BIND 10 master, updated. 7e1c4328789fc66d6fb7f4840112d89024d00eef [master] remove include of moved file lock.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 18 13:05:03 UTC 2012


The branch, master has been updated
       via  7e1c4328789fc66d6fb7f4840112d89024d00eef (commit)
      from  8580400e9333574d49de88aaf34dac87bd270020 (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 7e1c4328789fc66d6fb7f4840112d89024d00eef
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Oct 18 15:03:28 2012 +0200

    [master] remove include of moved file lock.h
    
    (it is now sync.h, which was already included)
    
    Acked on jabber by muks

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/util/threads/tests/lock_unittest.cc b/src/lib/util/threads/tests/lock_unittest.cc
index 66b930c..9c17e6f 100644
--- a/src/lib/util/threads/tests/lock_unittest.cc
+++ b/src/lib/util/threads/tests/lock_unittest.cc
@@ -14,7 +14,6 @@
 
 #include <gtest/gtest.h>
 
-#include <util/threads/lock.h>
 #include <util/threads/sync.h>
 #include <util/threads/thread.h>
 #include <util/unittests/check_valgrind.h>



More information about the bind10-changes mailing list