* insns.def: sorry, remove debug code.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-02-05 15:57:32 +00:00
parent ba6e0752b0
commit fe923029df

View File

@ -306,7 +306,6 @@ putnil
()
(VALUE val)
{
fprintf(stderr, "[DEBUG B] reg_cfp:%p reg_cfp->sp:%p\n", reg_cfp, reg_cfp->sp);
val = Qnil;
}