X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextparser.h;h=ef7d68e2eb706129558f26391fd374a3d2d2e851;hb=8955db30f9cd1c1566b349da29e669f065f84e36;hp=eb452330136fa99d93535fed9d0cb0b194698cea;hpb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;p=libs%2Fdatafile.git diff --git a/source/textparser.h b/source/textparser.h index eb45233..ef7d68e 100644 --- a/source/textparser.h +++ b/source/textparser.h @@ -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