Config: Removed unused ctor
This commit is contained in:
@@ -36,8 +36,6 @@ class Config : public std::map <std::string, std::string>
|
||||
{
|
||||
public:
|
||||
Config ();
|
||||
Config (const std::string&);
|
||||
|
||||
Config (const Config&);
|
||||
Config& operator= (const Config&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user