Remove unused variable
Florian Ragwitz [Sat, 13 Nov 2010 13:53:56 +0000 (14:53 +0100)]
Stash.xs

index dec97df..f7d2c95 100644 (file)
--- 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)