aboutsummaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ast.c b/ast.c
index f3ad3ba..c1feff9 100644
--- a/ast.c
+++ b/ast.c
@@ -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;