summaryrefslogtreecommitdiffstats
path: root/Stash.xs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-12 09:14:01 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-12 09:14:01 -0600
commit996a8db0046b5172fadd26b389f73030f00149eb (patch)
tree08f585ffb71267544128e121d0f37d38a16647d0 /Stash.xs
parent215f49f872bb4995c2168ca5b300ed0ac8f92aa0 (diff)
downloadpackage-stash-xs-996a8db0046b5172fadd26b389f73030f00149eb.tar.gz
package-stash-xs-996a8db0046b5172fadd26b389f73030f00149eb.zip
remove unused variable
Diffstat (limited to 'Stash.xs')
-rw-r--r--Stash.xs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Stash.xs b/Stash.xs
index a70683e..58833e9 100644
--- 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);