]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textparser.h
Exception rework for parser components
[libs/datafile.git] / source / textparser.h
index eb452330136fa99d93535fed9d0cb0b194698cea..ef7d68e2eb706129558f26391fd374a3d2d2e851 100644 (file)
@@ -19,8 +19,6 @@ protected:
        Token parse_token();
        bool is_delimiter(int);
        bool isodigit(int);
-       std::string get_location();
-       void parse_error(int, const char *);
 };
 
 } // namespace DataFile