diff options
Diffstat (limited to 'src/check_decl.cpp')
| -rw-r--r-- | src/check_decl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/check_decl.cpp b/src/check_decl.cpp index 8d51edc66..4a91f6742 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -209,9 +209,6 @@ bool is_type_distinct(Ast *node) { case Ast_DynamicArrayType: case Ast_MapType: return false; - - case Ast_OpaqueType: - return true; } return false; } |