Browse Source

[master] remove useless variable (reviewed on jabber)

chenzhengzhang 13 years ago
parent
commit
087c6def90
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/datasrc/tests/database_unittest.cc

+ 0 - 2
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