mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* compile.c (iseq_compile_each): remove unused retry entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1541ad6e8c
commit
10b933295a
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Dec 20 04:57:18 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* compile.c (iseq_compile_each): remove unused retry entry.
|
||||
|
||||
Thu Dec 20 04:15:41 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* */Makefile.sub (DEFS, RM): output to config.status.
|
||||
|
|
|
@ -2918,7 +2918,6 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped)
|
|||
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue