mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove Config::init. It's not needed.
This commit is contained in:
@@ -40,11 +40,6 @@
|
||||
|
||||
Config theConfig;
|
||||
|
||||
void Config::init()
|
||||
{
|
||||
RUN_STANDALONE = false;
|
||||
}
|
||||
|
||||
void Config::setup(const std::string& strConf)
|
||||
{
|
||||
boost::system::error_code ec;
|
||||
@@ -155,6 +150,8 @@ void Config::setup(const std::string& strConf)
|
||||
|
||||
VALIDATORS_SITE = DEFAULT_VALIDATORS_SITE;
|
||||
|
||||
RUN_STANDALONE = false;
|
||||
|
||||
load();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user