]> git.mdlowis.com Git - proto/obnc.git/commitdiff
removed dead code
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 5 May 2021 20:38:36 +0000 (16:38 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 5 May 2021 20:38:36 +0000 (16:38 -0400)
cerise/src/grammar.c

index 3b23f08935a7ff74af5cb3660bdb02ad827d421e..37f724b3daca4d87167ba3dcacd688b8287c8edc 100644 (file)
@@ -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, '(');