diff options
-rw-r--r-- | common/config-file.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/config-file.h b/common/config-file.h index 3f0812dd2b..2f7d9cb650 100644 --- a/common/config-file.h +++ b/common/config-file.h @@ -53,8 +53,6 @@ namespace Common { */ class ConfigFile { public: - typedef HashMap<String, bool, IgnoreCase_Hash, IgnoreCase_EqualTo> StringSet; - struct KeyValue { String key; String value; @@ -120,7 +118,6 @@ public: const SectionList getSections() const { return _sections; } const SectionKeyList getKeys(const String §ion) const; - void listSections(StringSet &set); void listKeyValues(StringMap &kv); private: |