Remove undefined function

This commit is contained in:
Augusto Gunsch 2020-11-21 10:49:37 -03:00
parent c8dabe7abc
commit 2cb621f6ea
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 0 additions and 1 deletions

View File

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