diff options
author | lloyd <[email protected]> | 2008-04-30 13:14:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-30 13:14:48 +0000 |
commit | 91ee44181caadaac5cf42b1469134f42281c5497 (patch) | |
tree | d4d4b745c2d506ba40409e1ef497e5a5381e6f6e /include/config.h | |
parent | a57adb1ba137c47d7ebaef9f64e265fcf653debe (diff) |
The ability to load ini-style files was removed almost 6 months
ago, but the Config class still contained the declaration for
load_inifile() - remove it.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 6a6a4fa10..cd2bd0f4a 100644 --- a/include/config.h +++ b/include/config.h @@ -35,8 +35,6 @@ class BOTAN_DLL Config void add_alias(const std::string&, const std::string&); std::string deref_alias(const std::string&) const; - - void load_inifile(const std::string&); private: Config(const Config&) {} Config& operator=(const Config&) { return (*this); } |