Change 24737 by [EMAIL PROTECTED] on 2005/06/07 18:07:41
Remove unused variable (thanks to Andy's lint)
Affected files ...
... //depot/perl/mg.c#336 edit
Differences ...
==== //depot/perl/mg.c#336 (text) ====
Index: perl/mg.c
--- perl/mg.c#335~24730~ Tue Jun 7 07:35:25 2005
+++ perl/mg.c Tue Jun 7 11:07:41 2005
@@ -494,7 +494,6 @@
getlen:
if (i > 0 && RX_MATCH_UTF8(rx)) {
char *s = rx->subbeg + s1;
- char *send = rx->subbeg + t1;
const U8 *ep;
STRLEN el;
End of Patch.
