summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7a5e3db..b93c8f5 100644
--- a/main.c
+++ b/main.c
@@ -136,7 +136,6 @@ int main(int argc, char **argv) {
err_fprint(TEXT_IMPORTANT("Errors occured while determining types.\n"));
return EXIT_FAILURE;
}
- parse_printing_after_types = true;
fprint_parsed_file(stdout, &f);
FILE *out = fopen(out_filename, "w");