Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41175] [PATCH] Remove unused label

4 views
Skip to first unread message

Steve Peters

unread,
Jan 4, 2007, 12:27:48 AM1/4/07
to bugs-bi...@rt.perl.org
# New Ticket Created by Steve Peters
# Please include the string: [perl #41175]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41175 >


src/inter_call.c has an unused label. The patch below removes it.

Steve Peters
st...@fisharerojo.org

--- src/inter_call.c.old 2007-01-03 23:24:52.000000000 -0600
+++ src/inter_call.c 2007-01-03 23:25:15.000000000 -0600
@@ -266,7 +266,6 @@
"argument doesn't array");
}
}
-flatten:
make_flattened(interp, st, p_arg);
return;
}

Jonathan Worthington

unread,
Jan 4, 2007, 5:24:44 PM1/4/07
to perl6-i...@perl.org
Steve Peters (via RT) wrote:
> src/inter_call.c has an unused label. The patch below removes it.
>
>
Applied in r16415.

Thanks,

Jonathan


0 new messages