diff options
Diffstat (limited to 'ast.c')
-rw-r--r-- | ast.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,6 +1,5 @@ #include <stdlib.h> #include <assert.h> -#include <stdarg.h> #include <stdio.h> #include "ast.h" #include "cibic.tab.h" @@ -8,9 +7,6 @@ CNode *ast_root; -void cnode_init() { -} - void cnode_reverse_chd(CNode *node) { static CNode *chdn[MAX_CHDN]; CNode *p; |