diff options
author | lloyd <[email protected]> | 2007-11-14 16:07:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-11-14 16:07:18 +0000 |
commit | 2de4693562db51f6f0e0b2f3a95e3118c40db05d (patch) | |
tree | 156630241ee90cd2e15bc601d99aaad19cf7b0ea /include | |
parent | f42ff9817bd2d25401bd8fd0cd8186dc82810a63 (diff) |
Remove the ability to load an external configuration file. Applications
needing this functionality probably already have a preexisting configuration
system that they would rather use.
Also remove the documentation about this feature, and the example
configuration (which was pretty out of date, anyway).
RFC on this change sent to the mailing list on 11-13-2007, no responses
after 24 hours. It seems quite likely this code is not in use anywhere.
Diffstat (limited to 'include')
-rw-r--r-- | include/init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/init.h b/include/init.h index 9936b8c6f..5a9181c8d 100644 --- a/include/init.h +++ b/include/init.h @@ -24,8 +24,6 @@ class InitializerOptions bool fips_mode() const; bool self_test() const; - std::string config_file() const; - InitializerOptions(const std::string&); private: std::map<std::string, std::string> args; |