summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-11-13 14:53:56 +0100
committerJesse Luehrs <doy@tozt.net>2010-11-13 08:55:41 -0600
commit63bb451509a2171d4e90f78088ce4b2b23da5ee1 (patch)
tree8125b7e848aceef682d0b2477b90df672153500e /Stash.xs
parent612dcf3b9981c6f1e4f61173e94a05a5009db442 (diff)
downloadpackage-stash-xs-63bb451509a2171d4e90f78088ce4b2b23da5ee1.tar.gz
package-stash-xs-63bb451509a2171d4e90f78088ce4b2b23da5ee1.zip
Remove unused variable
Diffstat (limited to 'Stash.xs')
-rw-r--r--Stash.xs1
1 files changed, 0 insertions, 1 deletions
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)