Clean up server config parameter handling
Removes helper classes which are no longer required.
This commit is contained in:
@ -451,6 +451,7 @@ public:
|
||||
void remove(const std::string& key);
|
||||
|
||||
void clear();
|
||||
bool empty() const;
|
||||
|
||||
ContainerType::const_iterator begin() const;
|
||||
ContainerType::const_iterator end() const;
|
||||
|
Reference in New Issue
Block a user