diff --git a/include/utils/parse.hpp b/include/utils/parse.hpp deleted file mode 100644 index 6944212..0000000 --- a/include/utils/parse.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef PARSE_HPP -#define PARSE_HPP - -void parse(std::string fileName); -std::string get(nlohmann::json json, const std::string &key, const std::string &key2); - -#endif \ No newline at end of file