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/checker.cpp | |
| parent | fe33a64b2ee6775275c6d1e5f1b54cf5ab0af753 (diff) | |
Remove `bit_field` keyword and parsing logic
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 1 |
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; |