Browse Source

[2157] removed unused member variable

Yoshitaka Aharen 12 years ago
parent
commit
1954d8d1d6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/statistics/counter_dict.h

+ 0 - 1
src/lib/statistics/counter_dict.h

@@ -40,7 +40,6 @@ private:
     typedef boost::shared_ptr<isc::statistics::Counter> CounterPtr;
     typedef std::map<std::string, CounterPtr> DictionaryMap;
     DictionaryMap dictionary_;
-    std::vector<std::string> elements_;
     const size_t items_;
     // Default constructor is forbidden; number of counter items must be
     // specified at the construction of this class.