From ca6384fcf7fea13e095c278fec7f3e20c943ad62 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Thu, 14 Feb 2019 11:12:28 -0800 Subject: Remove some leftover commented out stuff --- token.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/token.h b/token.h index 3b0fbb7..ed4483c 100644 --- a/token.h +++ b/token.h @@ -117,22 +117,6 @@ struct token { char *lit; }; -#if 0 -enum tokenclass { - /* declaration */ - STORCLASS = 1<<1, - TYPEQUAL = 1<<2, - TYPESPEC = 1<<3, - FUNCSPEC = 1<<4, - ALIGNSPEC = 1<<5, - STATICASSERT = 1<<6, - DECLARATION = (1<<7) - 1, -}; -#endif - -//struct token *tokdup(struct token *); -//enum tokenclass tokclass(struct token *); - extern struct token tok; void tokprint(const struct token *); -- cgit v1.2.3