BIND 10 master, updated. 087c6def9087019640a437b63c782a5c22de1feb [master] remove useless variable (reviewed on jabber)

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Aug 24 08:02:34 UTC 2011


The branch, master has been updated
       via  087c6def9087019640a437b63c782a5c22de1feb (commit)
      from  3b0ccfb2f23961e4cbddb9d0873bab0f4c1d4c3d (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 087c6def9087019640a437b63c782a5c22de1feb
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date:   Wed Aug 24 16:02:01 2011 +0800

    [master] remove useless variable (reviewed on jabber)

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

Summary of changes:
 src/lib/datasrc/tests/database_unittest.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/database_unittest.cc b/src/lib/datasrc/tests/database_unittest.cc
index ac6cbf7..823c2bc 100644
--- a/src/lib/datasrc/tests/database_unittest.cc
+++ b/src/lib/datasrc/tests/database_unittest.cc
@@ -276,8 +276,6 @@ public:
 private:
     typedef std::map<std::string, std::vector< std::vector<std::string> > >
         Domains;
-    // used as internal index for getNextRecord()
-    size_t cur_record;
     // used as temporary storage during the building of the fake data
     Domains records;
     // used as temporary storage after searchForRecord() and during




More information about the bind10-changes mailing list