From 100d9b6c128e47c76dcc86811e89ae07e9b54dbd Mon Sep 17 00:00:00 2001 From: Carlos Maniero Date: Fri, 5 May 2023 19:58:45 -0300 Subject: pretty-printer: Remove unused field Signed-off-by: Carlos Maniero --- src/ast_pretty_printer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3