projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
612dcf3
)
Remove unused variable
Florian Ragwitz [Sat, 13 Nov 2010 13:53:56 +0000 (14:53 +0100)]
Stash.xs
patch
|
blob
|
blame
|
history
diff --git
a/Stash.xs
b/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)