From: Florian Ragwitz Date: Sat, 13 Nov 2010 13:53:56 +0000 (+0100) Subject: Remove unused variable X-Git-Tag: 0.14~43 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=63bb451509a2171d4e90f78088ce4b2b23da5ee1;p=gitmo%2FPackage-Stash-XS.git Remove unused variable --- diff --git a/Stash.xs b/Stash.xs index dec97df..f7d2c95 100644 --- a/Stash.xs +++ b/Stash.xs @@ -113,7 +113,6 @@ void _deconstruct_variable_name(char *variable, varspec_t *varspec) void _deconstruct_variable_hash(HV *variable, varspec_t *varspec) { SV **val; - char *type; val = hv_fetch(variable, "name", 4, 0); if (!val)