Remove undefined function

This commit is contained in:
Augusto Gunsch
2020-11-21 10:49:37 -03:00
parent c8dabe7abc
commit 2cb621f6ea

View File

@@ -15,5 +15,4 @@ typedef struct {
PARSER* mkparser(FILE* input);
void parse(PARSER* p);
void freeparser(PARSER* p);
#endif