fixes for most warnings identified by gcc -Wall
[p5sagit/p5-mst-13.2.git] / deb.c
diff --git a/deb.c b/deb.c
index 0928c01..441487f 100644 (file)
--- a/deb.c
+++ b/deb.c
@@ -46,7 +46,6 @@ Perl_vdeb(pTHX_ const char *pat, va_list *args)
 {
 #ifdef DEBUGGING
     dTHR;
-    register I32 i;
     char* file = CopFILE(PL_curcop);
 
 #ifdef USE_THREADS