summaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 19:58:58 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 19:58:58 +0000
commit535cf35c1dd7ad59c027312667df5cc6b835865d (patch)
tree96744c8124578103e2c29ac281b7b5e482365eed /compile.c
parentb2491086d2cbae651ed030c1ac10f5541528d76b (diff)
downloadruby-535cf35c1dd7ad59c027312667df5cc6b835865d.tar.gz
ruby-535cf35c1dd7ad59c027312667df5cc6b835865d.tar.xz
ruby-535cf35c1dd7ad59c027312667df5cc6b835865d.zip
* compile.c (iseq_compile_each): remove unused retry entry.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index e17165e5b..07e70666d 100644
--- a/compile.c
+++ b/compile.c
@@ -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;