Useless code erased
This commit is contained in:
parent
23246d0d9d
commit
3391f6f4c2
1 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@ namespace gemini {
|
||||||
|
|
||||||
class CacheFiles;
|
class CacheFiles;
|
||||||
|
|
||||||
using namespace std::literals::string_literals;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \class Configuration
|
* \class Configuration
|
||||||
* \brief This class is used to configurate the whole server and different classes.
|
* \brief This class is used to configurate the whole server and different classes.
|
||||||
|
@ -33,7 +31,7 @@ namespace gemini {
|
||||||
*/
|
*/
|
||||||
class Configuration {
|
class Configuration {
|
||||||
private:
|
private:
|
||||||
const std::string filename{ "config.json"s };
|
const std::string filename{ "config.json" };
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Configuration() = default;
|
Configuration() = default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue