From 46f704695bfaf9957f6a040a0f0e2e1c307a6d26 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Mon, 2 May 2011 22:24:16 +0200 Subject: Remove an unused variable --- XS.xs | 1 - 1 file changed, 1 deletion(-) (limited to 'XS.xs') 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; -- cgit v1.2.3-54-g00ecf