Config: Removed unused ::clear method
- This was used back when shadow file support needed to reset CLI parsing.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user