Change 29431 by [EMAIL PROTECTED] on 2006/12/01 14:03:22

        Remove unused variable

Affected files ...

... //depot/perl/regcomp.c#519 edit

Differences ...

==== //depot/perl/regcomp.c#519 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c#518~29430~   2006-12-01 05:59:27.000000000 -0800
+++ perl/regcomp.c      2006-12-01 06:03:22.000000000 -0800
@@ -8669,8 +8669,7 @@
     regexp *ret;
     int i, npar;
     struct reg_substr_datum *s;
-    RXi_GET_DECL(r,ri);
-    
+
     if (!r)
        return (REGEXP *)NULL;
 
End of Patch.

Reply via email to