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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unused variable
[perl5.git]
/
sv.c
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) {