Skip to content

Commit

Permalink
iox-eclipse-iceoryx#484 remove commented lines
Browse files Browse the repository at this point in the history
Signed-off-by: Sankara Narayanan Chandrasekar (RBEI/EMT2) <Sankara.Narayanan@in.bosch.com>
  • Loading branch information
shankar-in authored and Chari Nehal Dattaram (RBEI/EBB1) committed Feb 4, 2021
1 parent 8628afe commit 1289303
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions iceoryx_utils/test/moduletests/test_posix_mutex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class Mutex_test : public Test
: iox::posix::mutex(isRecursive)
{
}


// static const iox::units::Duration TIMEOUT;
};

void SetUp() override
Expand All @@ -51,11 +48,8 @@ class Mutex_test : public Test
}

iox::posix::mutex sut{false};
// static const iox::units::Duration TIMEOUT;
};

// const iox::units::Duration Mutex_test::TIMEOUT{1000_ms};

TEST_F(Mutex_test, TryLockWithNoLock)
{
EXPECT_THAT(sut.try_lock(), Eq(true));
Expand Down

0 comments on commit 1289303

Please sign in to comment.