From: Jarkko Hietaniemi Date: Fri, 30 Nov 2001 15:18:51 +0000 (+0000) Subject: Unused variables. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73263a9c879bb91146ce71ce1a4ec787ecd01b6c;p=p5sagit%2Fp5-mst-13.2.git Unused variables. p4raw-id: //depot/perl@13388 --- diff --git a/ext/Unicode/Normalize/Normalize.xs b/ext/Unicode/Normalize/Normalize.xs index 4d5b0b8..b793907 100644 --- a/ext/Unicode/Normalize/Normalize.xs +++ b/ext/Unicode/Normalize/Normalize.xs @@ -153,8 +153,8 @@ decompose(arg, compat) PREINIT: UV uv; SV *src, *dst; - STRLEN srclen, dstlen, retlen; - U8 *s, *e, *p, *d, *r; + STRLEN srclen, retlen; + U8 *s, *e, *p, *r; bool iscompat; CODE: if(SvUTF8(arg)) {