Config: Removed unused ::clear method

- This was used back when shadow file support needed to reset CLI parsing.
This commit is contained in:
Paul Beckingham
2017-02-25 22:13:16 -05:00
parent bc517cecf3
commit 3eff3d2704
2 changed files with 0 additions and 7 deletions

View File

@@ -552,12 +552,6 @@ void Config::setDefaults ()
parse (_defaults);
}
////////////////////////////////////////////////////////////////////////////////
void Config::clear ()
{
std::map <std::string, std::string>::clear ();
}
////////////////////////////////////////////////////////////////////////////////
bool Config::has (const std::string& key)
{