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