From: Rafael Garcia-Suarez Date: Tue, 7 Jun 2005 18:07:41 +0000 (+0000) Subject: Remove unused variable (thanks to Andy's lint) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=832658c4bf34b93b5e24e5e1ff81cc2458c91a5c;p=p5sagit%2Fp5-mst-13.2.git Remove unused variable (thanks to Andy's lint) p4raw-id: //depot/perl@24737 --- diff --git a/mg.c b/mg.c index 7a5c1cf..e7f3b21 100644 --- a/mg.c +++ b/mg.c @@ -494,7 +494,6 @@ Perl_magic_len(pTHX_ SV *sv, MAGIC *mg) getlen: if (i > 0 && RX_MATCH_UTF8(rx)) { char *s = rx->subbeg + s1; - char *send = rx->subbeg + t1; const U8 *ep; STRLEN el;