diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ast_pretty_printer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast_pretty_printer.h b/src/ast_pretty_printer.h index d7e36b7..8490d96 100644 --- a/src/ast_pretty_printer.h +++ b/src/ast_pretty_printer.h @@ -28,7 +28,6 @@ typedef struct ast_pretty_printer_t uint64_t indentation_fmt; uint64_t indentation_lst_children; uint32_t indentation_level; - bool last_children; FILE *stream; } ast_pretty_printer_t; |