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/check_decl.cpp | |
| parent | fe33a64b2ee6775275c6d1e5f1b54cf5ab0af753 (diff) | |
Remove `bit_field` keyword and parsing logic
Diffstat (limited to 'src/check_decl.cpp')
| -rw-r--r-- | src/check_decl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_decl.cpp b/src/check_decl.cpp index c41090ecc..8d51edc66 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -201,7 +201,6 @@ bool is_type_distinct(Ast *node) { case Ast_StructType: case Ast_UnionType: case Ast_EnumType: - case Ast_BitFieldType: case Ast_ProcType: return true; |