summaryrefslogtreecommitdiff
path: root/src/ir/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r--src/ir/effects.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h
index 22fab593d..e9e8d0f6c 100644
--- a/src/ir/effects.h
+++ b/src/ir/effects.h
@@ -538,11 +538,6 @@ private:
// traps when the arg is null
parent.implicitTrap = true;
}
- void visitBrOnExn(BrOnExn* curr) {
- parent.breakTargets.insert(curr->name);
- // traps when the arg is null
- parent.implicitTrap = true;
- }
void visitNop(Nop* curr) {}
void visitUnreachable(Unreachable* curr) { parent.trap = true; }
void visitPop(Pop* curr) {