aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-02-23 15:29:54 +0000
committergingerBill <bill@gingerbill.org>2021-02-23 15:29:54 +0000
commit28f279329da6f31b895145b9a021bacc7d9eea45 (patch)
treede15e143e8d585fa4f4aa0b54356aac301220b2c /src/checker.cpp
parentfe33a64b2ee6775275c6d1e5f1b54cf5ab0af753 (diff)
Remove `bit_field` keyword and parsing logic
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index 98afe38f7..511629447 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -333,7 +333,6 @@ void check_open_scope(CheckerContext *c, Ast *node) {
case Ast_StructType:
case Ast_EnumType:
case Ast_UnionType:
- case Ast_BitFieldType:
case Ast_BitSetType:
scope->flags |= ScopeFlag_Type;
break;