Strip out a pair of unused variables from emmatch()

This commit is contained in:
David Parsons
2010-02-25 19:19:04 -08:00
parent cbd19b4796
commit 9c23be1907
+1 -2
View File
@@ -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 )