summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ast_pretty_printer.h1
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;