summaryrefslogtreecommitdiffstats
path: root/XS.xs
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-05-02 22:24:16 +0200
committerJesse Luehrs <doy@tozt.net>2011-08-05 13:10:47 -0500
commit46f704695bfaf9957f6a040a0f0e2e1c307a6d26 (patch)
tree16b7f83f0b9c33379473040256c706f6957068f1 /XS.xs
parent62adcc58969321a43e09dee9a2e9190e41f70803 (diff)
downloadpackage-stash-xs-46f704695bfaf9957f6a040a0f0e2e1c307a6d26.tar.gz
package-stash-xs-46f704695bfaf9957f6a040a0f0e2e1c307a6d26.zip
Remove an unused variable
Diffstat (limited to 'XS.xs')
-rw-r--r--XS.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XS.xs b/XS.xs
index 11428d5..ea1a402 100644
--- a/XS.xs
+++ b/XS.xs
@@ -435,7 +435,6 @@ add_symbol(self, variable, initial=NULL, ...)
int i;
char *filename = NULL;
I32 first_line_num = -1, last_line_num = -1;
- STRLEN namelen;
SV *dbval;
HV *dbsub;