The unified diff between revisions [11a5f681..] and [b3f30c54..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/config.h'
#
#
# patch "include/config.h"
# from [88782287e26dcd87803c9a9fc35bb4434b1f1869]
# to [277482d0f2281d9f6fceecda377d5b64b2696de7]
#
============================================================
--- include/config.h 88782287e26dcd87803c9a9fc35bb4434b1f1869
+++ include/config.h 277482d0f2281d9f6fceecda377d5b64b2696de7
@@ -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); }