From bf6a7c1d72c0c3120c253f1e955d7495860519f4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 16 Feb 2009 01:04:19 +0000 Subject: cleanup svn-id: r38338 --- common/config-file.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/config-file.h') 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 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: -- cgit v1.2.3