Useless code erased

This commit is contained in:
Pcornat 2021-02-21 11:33:46 +01:00
parent 23246d0d9d
commit 3391f6f4c2
No known key found for this signature in database
GPG Key ID: 873C3ACCF970C74E
1 changed files with 1 additions and 3 deletions

View File

@ -11,8 +11,6 @@ namespace gemini {
class CacheFiles;
using namespace std::literals::string_literals;
/**
* \class Configuration
* \brief This class is used to configurate the whole server and different classes.
@ -33,7 +31,7 @@ namespace gemini {
*/
class Configuration {
private:
const std::string filename{ "config.json"s };
const std::string filename{ "config.json" };
public:
Configuration() = default;