summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compile.c b/compile.c
index 39c6bc1aaf..eb36f57e0f 100644
--- a/compile.c
+++ b/compile.c
@@ -5912,9 +5912,8 @@ iseq_compile_pattern_each(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *c
}
case NODE_HASH: {
NODE *n;
- LABEL *match_failed, *fin;
+ LABEL *match_failed;
match_failed = NEW_LABEL(line);
- fin = NEW_LABEL(line);
n = node->nd_head;
if (! (nd_type(n) == NODE_LIST && n->nd_alen == 2)) {