projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
62adcc5
)
Remove an unused variable
Florian Ragwitz [Mon, 2 May 2011 20:24:16 +0000 (22:24 +0200)]
XS.xs
patch
|
blob
|
blame
|
history
diff --git
a/XS.xs
b/XS.xs
index
11428d5
..
ea1a402
100644
(file)
--- 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;