From 4ef6a68235fb8790d9b937569ba4deb2148b4c49 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 3 Jun 2015 20:26:55 +0000 Subject: [PATCH] add a fix to last commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vm_insnhelper.c b/vm_insnhelper.c index be244fcb13..c4aca3a4f7 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1327,7 +1327,6 @@ def_iseq_ptr(rb_method_definition_t *def) { #if VM_CHECK_MODE > 0 if (def->type != VM_METHOD_TYPE_ISEQ) rb_bug("def_iseq_ptr: not iseq (%d)", def->type); - if (def->body.iseq.iseqptr != iseq) rb_bug("def_iseq_ptr: ???."); #endif return def->body.iseq.iseqptr; }