Remove Config::init. It's not needed.

This commit is contained in:
JoelKatz
2012-08-14 16:00:03 -07:00
parent 36fb085114
commit d3bce70e86
3 changed files with 7 additions and 12 deletions

View File

@@ -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();
}