From: Florian Ragwitz Date: Mon, 2 May 2011 20:24:16 +0000 (+0200) Subject: Remove an unused variable X-Git-Tag: 0.23~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FPackage-Stash-XS.git;a=commitdiff_plain;h=46f704695bfaf9957f6a040a0f0e2e1c307a6d26 Remove an unused variable --- diff --git a/XS.xs b/XS.xs index 11428d5..ea1a402 100644 --- a/XS.xs +++ b/XS.xs @@ -435,7 +435,6 @@ add_symbol(self, variable, initial=NULL, ...) int i; char *filename = NULL; I32 first_line_num = -1, last_line_num = -1; - STRLEN namelen; SV *dbval; HV *dbsub;