diff options
Diffstat (limited to 'src/ir-util.cc')
-rw-r--r-- | src/ir-util.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ir-util.cc b/src/ir-util.cc index 8b1e415e..ef1c9a20 100644 --- a/src/ir-util.cc +++ b/src/ir-util.cc @@ -120,9 +120,6 @@ ModuleContext::Arities ModuleContext::GetExprArity(const Expr& expr) const { return { arity + 1, arity }; } - case ExprType::BrOnExn: - return { 1, 1 }; - case ExprType::BrTable: return { GetLabelArity(cast<BrTableExpr>(&expr)->default_target) + 1, 1, true }; |