aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/parse.h b/parse.h
index 2a9b076..dee1115 100644
--- a/parse.h
+++ b/parse.h
@@ -176,16 +176,6 @@ enum storageclass {
SCREGISTER = 1<<5,
};
-struct decl {
- union type ty;
- uchar scls;
- uchar qual;
- ushort align;
- struct span span;
- const char *name;
- int id;
-};
-
enum evalmode {
EVINTCONST,
EVARITH,