From 07da5b294a6c0179614e27233f1f086f95f72269 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Nov 2014 09:50:16 +0000 Subject: eval.c: obsolete comment [ci skip] * eval.c (rb_ensure): remove obsolete prot_tag comment. patch by Jack Danger at [ruby-core:66238]. [misc #10502] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 3e4ea1697e..f8d82683bf 100644 --- a/eval.c +++ b/eval.c @@ -911,8 +911,6 @@ rb_ensure(VALUE (*b_proc)(ANYARGS), VALUE data1, VALUE (*e_proc)(ANYARGS), VALUE result = (*b_proc) (data1); } POP_TAG(); - /* TODO: fix me */ - /* retval = prot_tag ? prot_tag->retval : Qnil; */ /* save retval */ errinfo = th->errinfo; th->ensure_list=ensure_list.next; (*ensure_list.entry.e_proc)(ensure_list.entry.data2); -- cgit v1.2.3