summaryrefslogtreecommitdiff
path: root/src/ir/abstract.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/abstract.h')
-rw-r--r--src/ir/abstract.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ir/abstract.h b/src/ir/abstract.h
index d4a93b011..4c8d556cb 100644
--- a/src/ir/abstract.h
+++ b/src/ir/abstract.h
@@ -115,7 +115,6 @@ inline UnaryOp getUnary(Type type, Op op) {
case Type::v128:
case Type::funcref:
case Type::externref:
- case Type::exnref:
case Type::anyref:
case Type::eqref:
case Type::dataref:
@@ -289,7 +288,6 @@ inline BinaryOp getBinary(Type type, Op op) {
case Type::v128:
case Type::funcref:
case Type::externref:
- case Type::exnref:
case Type::anyref:
case Type::eqref:
case Type::dataref: