# 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
[EMAIL PROTECTED]

--- 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;
     }

Reply via email to