From a024f9613792eeef7f17de5802dec3b952dc5cac Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 15 Jul 2006 02:38:26 +0000 Subject: // comment removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index acd1840be..151a4f1b8 100644 --- a/eval.c +++ b/eval.c @@ -8438,7 +8438,6 @@ proc_invoke(VALUE proc, VALUE args /* OK */, VALUE self, VALUE klass, int call) if (rb_block_given_p() && ruby_frame->callee) { if (klass != ruby_frame->this_class) klass = rb_obj_class(proc); -// bvar = rb_block_proc(); } PUSH_VARS(); -- cgit