From f35b7e32809c5d54850ce75c4dad1a8598235cf0 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Wed, 26 Jul 2023 10:53:27 -0700 Subject: simplify code a fair bit --- main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index af10c1d..db9f31c 100644 --- a/main.c +++ b/main.c @@ -54,7 +54,6 @@ static void cc1(char *base_file) { FILE *output_buf = open_memstream(&buf, &buflen); // Traverse the AST to emit assembly. - typegen(prog, output_buf); codegen(prog, output_buf); fclose(output_buf); -- cgit v1.2.3