From: Mukund Sivaraman Date: Thu, 25 Oct 2012 01:34:08 +0000 (+0530) Subject: [2236] Remove obsolete comment X-Git-Tag: trac2487_base~18^2~33^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54ae641d1c1fa87baeb702ec0ee25b28c2b7aebd;p=thirdparty%2Fkea.git [2236] Remove obsolete comment --- diff --git a/src/lib/util/threads/tests/lock_unittest.cc b/src/lib/util/threads/tests/lock_unittest.cc index 40af7eee6c..498d01e00a 100644 --- a/src/lib/util/threads/tests/lock_unittest.cc +++ b/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