BIND 10 trac2332, updated. d3983e1e68f66bbf6c69838aebe01a8f95b7bc33 [2332] missing cleanup: removed an unused function.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 12 21:32:33 UTC 2012


The branch, trac2332 has been updated
       via  d3983e1e68f66bbf6c69838aebe01a8f95b7bc33 (commit)
      from  ca61588dc2c1ad17200416ac7f07ac272adc8903 (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 d3983e1e68f66bbf6c69838aebe01a8f95b7bc33
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Oct 12 14:32:22 2012 -0700

    [2332] missing cleanup: removed an unused function.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/util/threads/tests/condvar_unittest.cc |    6 ------
 1 file changed, 6 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/threads/tests/condvar_unittest.cc b/src/lib/util/threads/tests/condvar_unittest.cc
index 2695f84..4de4f85 100644
--- a/src/lib/util/threads/tests/condvar_unittest.cc
+++ b/src/lib/util/threads/tests/condvar_unittest.cc
@@ -128,12 +128,6 @@ TEST_F(CondVarTest, multiWaits) {
     EXPECT_EQ(4, shared_var);
 }
 
-void
-waiter(CondVar* condver, Mutex* mutex) {
-    Mutex::Locker locker(*mutex);
-    condver->wait(*mutex);
-}
-
 // Similar to the previous version of the same function, but just do
 // condvar operations.  It will never wake up.
 void



More information about the bind10-changes mailing list