From 9c23be190703680a9ec0f85300ebe45ef8971a47 Mon Sep 17 00:00:00 2001 From: David Parsons Date: Thu, 25 Feb 2010 19:19:04 -0800 Subject: [PATCH] Strip out a pair of unused variables from emmatch() --- emmatch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emmatch.c b/emmatch.c index a9688e9..896ceac 100644 --- a/emmatch.c +++ b/emmatch.c @@ -154,8 +154,7 @@ emmatch(MMIOT *f, int first, int last) static void emblock(MMIOT *f, int first, int last) { - int i, j; - block *p; + int i; for ( i = first; i <= last; i++ ) if ( T(f->Q)[i].b_type != bTEXT )