Parcourir la source

[2157] removed unused member variable

Yoshitaka Aharen il y a 12 ans
Parent
commit
1954d8d1d6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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.