remove an unused label and variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6d67a688f2
commit
599de8d7f1
2
eval.c
2
eval.c
@ -5956,7 +5956,6 @@ rb_call(VALUE klass, VALUE recv, ID mid,
|
|||||||
PUSH_TAG(PROT_LOOP);
|
PUSH_TAG(PROT_LOOP);
|
||||||
state = EXEC_TAG();
|
state = EXEC_TAG();
|
||||||
if (state == 0) {
|
if (state == 0) {
|
||||||
retry:
|
|
||||||
result = rb_call0(klass, recv, mid, id, argc, argv, block, body, noex);
|
result = rb_call0(klass, recv, mid, id, argc, argv, block, body, noex);
|
||||||
}
|
}
|
||||||
else if (state == TAG_BREAK && TAG_DST()) {
|
else if (state == TAG_BREAK && TAG_DST()) {
|
||||||
@ -8323,7 +8322,6 @@ proc_new(VALUE klass, int lambda)
|
|||||||
{
|
{
|
||||||
volatile VALUE block;
|
volatile VALUE block;
|
||||||
struct FRAME *frame = ruby_frame;
|
struct FRAME *frame = ruby_frame;
|
||||||
struct BLOCK *data;
|
|
||||||
|
|
||||||
if (!rb_block_given_p()) {
|
if (!rb_block_given_p()) {
|
||||||
if (lambda || !ruby_frame->prev || !ruby_frame->prev->block) {
|
if (lambda || !ruby_frame->prev || !ruby_frame->prev->block) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user