projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7b043ca
)
Remove unused variable
H.Merijn Brand [Tue, 16 Feb 2010 11:15:11 +0000 (12:15 +0100)]
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
57231ec
..
40c95d5
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-6320,8
+6320,6
@@
than 2Gb.
void
Perl_sv_pos_u2b(pTHX_ register SV *const sv, I32 *const offsetp, I32 *const lenp)
{
- STRLEN uoffset = (STRLEN)*offsetp;
-
PERL_ARGS_ASSERT_SV_POS_U2B;
if (lenp) {