From 84824a0ed3a0cf90728078b74ca39778c51e60b9 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 28 May 2023 22:35:58 +0200 Subject: cleanup --- parse.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'parse.h') 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, -- cgit v1.2.3