Skip to content

Commit

Permalink
iox-eclipse-iceoryx#751 Remove unused SemaphoreError enum values
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed Jun 16, 2022
1 parent 664f61d commit f8a5fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ namespace posix
{
enum class SemaphoreError
{
CREATION_FAILED,
NAME_TOO_LONG,
UNABLE_TO_OPEN_HANDLE,
INVALID_SEMAPHORE_HANDLE,
SEMAPHORE_OVERFLOW,
INTERRUPTED_BY_SIGNAL_HANDLER,
INVALID_NAME,
PERMISSION_DENIED,
ALREADY_EXIST,
FILE_DESCRIPTOR_LIMIT_REACHED,
Expand Down
1 change: 1 addition & 0 deletions iceoryx_hoofs/test/moduletests/test_cxx_adaptive_wait.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ using namespace ::testing;

#include "iceoryx_hoofs/internal/cxx/adaptive_wait.hpp"

#include <atomic>
#include <thread>

using namespace iox::cxx::internal;
Expand Down

0 comments on commit f8a5fd3

Please sign in to comment.