ruby-changes:2856
From: ko1@a...
Date: 20 Dec 2007 04:59:13 +0900
Subject: [ruby-changes:2856] ko1 - Ruby:r14347 (trunk): * compile.c (iseq_compile_each): remove unused retry entry.
ko1 2007-12-20 04:58:58 +0900 (Thu, 20 Dec 2007) New Revision: 14347 Modified files: trunk/ChangeLog trunk/compile.c Log: * compile.c (iseq_compile_each): remove unused retry entry. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=14347&r2=14346 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14347&r2=14346 Index: ChangeLog =================================================================== --- ChangeLog (revision 14346) +++ ChangeLog (revision 14347) @@ -1,3 +1,7 @@ +Thu Dec 20 04:57:18 2007 Koichi Sasada <ko1@a...> + + * compile.c (iseq_compile_each): remove unused retry entry. + Thu Dec 20 04:15:41 2007 NAKAMURA Usaku <usa@r...> * */Makefile.sub (DEFS, RM): output to config.status. Index: compile.c =================================================================== --- compile.c (revision 14346) +++ compile.c (revision 14347) @@ -2918,7 +2918,6 @@ iseq->compile_data->current_block = prevblock; - ADD_CATCH_ENTRY(CATCH_TYPE_RETRY, retry_label, retry_end_l, 0, retry_label); ADD_CATCH_ENTRY(CATCH_TYPE_BREAK, retry_label, retry_end_l, 0, retry_end_l); break; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml