From: Michael D. Lowis Date: Wed, 5 May 2021 20:38:36 +0000 (-0400) Subject: removed dead code X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=245f0cdc2c4d340baf15543734d70308b7d3d702;p=proto%2Fobnc.git removed dead code --- 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, '(');