This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b043ca
)
Remove unused variable
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 16 Feb 2010 11:15:11 +0000
(12:15 +0100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
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) {