aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-05-28 22:35:58 +0200
committerlemon <lsof@mailbox.org>2023-05-28 22:35:58 +0200
commit84824a0ed3a0cf90728078b74ca39778c51e60b9 (patch)
tree1e4f51f90d682974bd09bad72c02934542735354 /parse.h
parent104330a399f405b83328525bb2be55b360109b16 (diff)
cleanup
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,