diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-02-16 12:15:11 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-02-16 12:15:11 +0100 |
commit | 212cd266432f0c6e02c448f95b77ba4a3302bf4c (patch) | |
tree | 93e5e7f753b01b8c5e61c5e3870088d8c0ebca38 /sv.c | |
parent | 7b043ca55b8bb82566a8cf1d36584b6eda4c3d1a (diff) | |
download | perl-212cd266432f0c6e02c448f95b77ba4a3302bf4c.tar.gz |
Remove unused variable
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { |