Parcourir la source

[2236] Remove obsolete comment

Mukund Sivaraman il y a 12 ans
Parent
commit
54ae641d1c
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/lib/util/threads/tests/lock_unittest.cc

+ 0 - 2
src/lib/util/threads/tests/lock_unittest.cc

@@ -32,8 +32,6 @@ namespace {
 // throw. This test will complete properly only when pthread debugging
 // facilities are enabled by configuring the code for debug build.
 TEST(MutexTest, lockMultiple) {
-    // TODO: Once we support non-debug mutexes, disable the test if we compile
-    // with them.
     Mutex mutex;
     EXPECT_FALSE(mutex.locked()); // Debug-only build