BIND 10 trac2236, updated. 54ae641d1c1fa87baeb702ec0ee25b28c2b7aebd [2236] Remove obsolete comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 25 01:34:18 UTC 2012
The branch, trac2236 has been updated
via 54ae641d1c1fa87baeb702ec0ee25b28c2b7aebd (commit)
from 1d4d9e796c10786417099a69e8c4e6e4c1cdfb8b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 54ae641d1c1fa87baeb702ec0ee25b28c2b7aebd
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Oct 25 07:04:08 2012 +0530
[2236] Remove obsolete comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/threads/tests/lock_unittest.cc | 2 --
1 file changed, 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/threads/tests/lock_unittest.cc b/src/lib/util/threads/tests/lock_unittest.cc
index 40af7ee..498d01e 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
More information about the bind10-changes
mailing list