aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-02-23 15:45:06 +0000
committergingerBill <bill@gingerbill.org>2021-02-23 15:45:06 +0000
commit41b854f192a5a7d190a4b49496638254ed0dbb64 (patch)
tree59b7268722a78eaa1e67b18d7527df9912b147ca /src/check_decl.cpp
parent28f279329da6f31b895145b9a021bacc7d9eea45 (diff)
Remove `#opaque` types
Diffstat (limited to 'src/check_decl.cpp')
-rw-r--r--src/check_decl.cpp3
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;
}