minor cleanups

This commit is contained in:
cozis
2021-11-02 14:03:07 +00:00
parent 51083ee090
commit 035649bd63
4 changed files with 10 additions and 8 deletions
-3
View File
@@ -375,9 +375,6 @@ static inline _Bool done(Context *ctx)
return current(ctx) == TDONE;
}
#warning "TEMP"
#include <stdio.h>
static Node *parse_statement(Context *ctx)
{
assert(ctx != NULL);