projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f49ed1d
)
Remove unused variable (thanks to Andy's lint)
Rafael Garcia-Suarez [Tue, 7 Jun 2005 18:07:41 +0000 (18:07 +0000)]
p4raw-id: //depot/perl@24737
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
7a5c1cf
..
e7f3b21
100644
(file)
--- 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;