From: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Tue, 16 Feb 2010 11:15:11 +0000 (+0100)
Subject: Remove unused variable
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=212cd266432f0c6e02c448f95b77ba4a3302bf4c;p=p5sagit%2Fp5-mst-13.2.git

Remove unused variable
---

diff --git a/sv.c b/sv.c
index 57231ec..40c95d5 100644
--- 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) {