diff options
Diffstat (limited to 'src/Conf.cpp')
-rw-r--r-- | src/Conf.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Conf.cpp b/src/Conf.cpp index cea1b01..56b1e2a 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -1,7 +1,6 @@ #include "../include/Conf.hpp" #include "../include/FileUtil.hpp" #include "../external/utf8/unchecked.h" -#include <stdexcept> using namespace std; using u8string = utf8::unchecked::iterator<char*>; @@ -156,15 +155,6 @@ namespace sibs }; }; - class ParserException : public std::runtime_error - { - public: - ParserException(const string &errMsg) : runtime_error(errMsg) - { - - } - }; - class Parser { public: |