summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 58cd2cd3e8..fea4a6080b 100644
--- a/compile.c
+++ b/compile.c
@@ -3553,7 +3553,6 @@ iseq_optimize_after_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
{
LINK_ELEMENT *list;
const int do_peepholeopt = ISEQ_COMPILE_DATA(iseq)->option->peephole_optimization;
- int rescue_level = 0;
list = FIRST_ELEMENT(anchor);