summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Maniero <carlos@maniero.me>2023-05-05 19:58:45 -0300
committerCarlos Maniero <carlos@maniero.me>2023-05-05 19:58:45 -0300
commit100d9b6c128e47c76dcc86811e89ae07e9b54dbd (patch)
tree8da69020caad1ba9c58d0db57b8396694fa4f9e1
parent7781e41927247bff9e567a47f9fa1862ed5596e6 (diff)
pretty-printer: Remove unused field
Signed-off-by: Carlos Maniero <carlos@maniero.me>
-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;