]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2236] Remove obsolete comment
authorMukund Sivaraman <muks@isc.org>
Thu, 25 Oct 2012 01:34:08 +0000 (07:04 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 25 Oct 2012 01:34:08 +0000 (07:04 +0530)
src/lib/util/threads/tests/lock_unittest.cc

index 40af7eee6c14f2a70f8edb6c06550d79a2398d5b..498d01e00ad35ddfe5bbd72cb6b93d86c5591d11 100644 (file)
@@ -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