summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
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)