aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_decl.cpp')
-rw-r--r--src/check_decl.cpp1
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;