ref: c97ecd8ee6431a55b0d6413bc8f5068ba1b4f197
parent: 5ebf7e680f7738d2a2f5580982b179a21240b6b2
author: Roberto E. Vargas Caballero <[email protected]>
date: Fri Oct 25 13:27:16 EDT 2013
Remove code.h header This header was not used at all.
--- a/code.h
+++ /dev/null
@@ -1,8 +1,0 @@
-#ifndef CODE_H
-#define CODE_H
-
-struct symbol;
-extern void push(register struct symbol *sym);
-extern void runcode(void);
-
-#endif
--- a/expr.c
+++ b/expr.c
@@ -5,7 +5,6 @@
#include "tokens.h"
#include "symbol.h"
#include "syntax.h"
-#include "code.h"
struct node *expr(void);