aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/parse.h b/parse.h
index d6da83f..520a76e 100644
--- a/parse.h
+++ b/parse.h
@@ -177,19 +177,6 @@ struct decl {
int id;
};
-struct env {
- struct env *up;
- struct decls {
- struct decls *prev;
- struct decl decl;
- } *decls;
- struct tagged {
- struct tagged *prev;
- struct span span;
- union type t;
- } *tagged;
-};
-
enum evalmode {
EVINTCONST,
EVARITH,