summaryrefslogtreecommitdiff
path: root/src/interp/interp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interp.cc')
-rw-r--r--src/interp/interp.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/interp.cc b/src/interp/interp.cc
index 6a7fd2fe..44fa5b66 100644
--- a/src/interp/interp.cc
+++ b/src/interp/interp.cc
@@ -1794,7 +1794,6 @@ RunResult Thread::StepInternal(Trap::Ptr* out_trap) {
case O::Try:
case O::Catch:
case O::CatchAll:
- case O::Unwind:
case O::Delegate:
case O::Throw:
case O::Rethrow: