diff options
Diffstat (limited to 'inc/parse.h')
-rw-r--r-- | inc/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h index c8cafed..2071f65 100644 --- a/inc/parse.h +++ b/inc/parse.h @@ -12,7 +12,6 @@ struct bloc_parsed { size_t length; struct term **entries; - struct term *term; }; struct term *parse_blc(const char *term); |