diff options
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); } |