From 245f0cdc2c4d340baf15543734d70308b7d3d702 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 5 May 2021 16:38:36 -0400 Subject: [PATCH] removed dead code --- cerise/src/grammar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cerise/src/grammar.c b/cerise/src/grammar.c index 3b23f08..37f724b 100644 --- a/cerise/src/grammar.c +++ b/cerise/src/grammar.c @@ -451,8 +451,6 @@ RULE(proc_decl) char* name = expect_text(p, IDENT); bool export = accept(p, '*'); Symbol* proc = symbol_new(p, name, SYM_PROC, export); -// Symbol** args = &(sym->desc); -// (void)args; /* construct the proc type */ expect(p, '('); -- 2.49.0