diff options
Diffstat (limited to 'src/lex.c')
-rw-r--r-- | src/lex.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -376,9 +376,6 @@ fastd_lex_t* fastd_lex_init(FILE *file) { } void fastd_lex_destroy(fastd_lex_t *lex) { - if (!lex) - return; - free(lex); } |