diff options
| author | gingerBill <bill@gingerbill.org> | 2021-02-23 15:29:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-02-23 15:29:54 +0000 |
| commit | 28f279329da6f31b895145b9a021bacc7d9eea45 (patch) | |
| tree | de15e143e8d585fa4f4aa0b54356aac301220b2c /src/tokenizer.cpp | |
| parent | fe33a64b2ee6775275c6d1e5f1b54cf5ab0af753 (diff) | |
Remove `bit_field` keyword and parsing logic
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index 3ef1e19fe..4dc1f1d51 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -102,7 +102,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \ TOKEN_KIND(Token_struct, "struct"), \ TOKEN_KIND(Token_union, "union"), \ TOKEN_KIND(Token_enum, "enum"), \ - TOKEN_KIND(Token_bit_field, "bit_field"), \ TOKEN_KIND(Token_bit_set, "bit_set"), \ TOKEN_KIND(Token_map, "map"), \ TOKEN_KIND(Token_dynamic, "dynamic"), \ |