aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index c040e098c0..1ee57cad13 100644
--- a/eval.c
+++ b/eval.c
@@ -5954,7 +5954,6 @@ rb_call(VALUE klass, VALUE recv, ID mid,
int state;
PUSH_TAG(PROT_LOOP);
- prot_tag->blkid = block->uniq;
state = EXEC_TAG();
if (state == 0) {
retry: