projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
215f49f
)
remove unused variable
Jesse Luehrs [Fri, 12 Nov 2010 15:14:01 +0000 (09:14 -0600)]
Stash.xs
patch
|
blob
|
blame
|
history
diff --git
a/Stash.xs
b/Stash.xs
index
a70683e
..
58833e9
100644
(file)
--- a/
Stash.xs
+++ b/
Stash.xs
@@
-195,8
+195,6
@@
void
remove_package_glob(self, name)
SV *self
char *name
- PREINIT:
- HV *namespace;
CODE:
hv_delete(_get_namespace(self), name, strlen(name), G_DISCARD);