unused variables

This commit is contained in:
rsc 2005-01-04 22:17:58 +00:00
parent d40457248b
commit a6662a3672

View file

@ -1513,11 +1513,11 @@ static u32int
filemetaalloc(VacFile *f, VacDir *dir, u32int start)
{
u32int nb, bo;
VtBlock *b, *bb;
VtBlock *b;
MetaBlock mb;
int nn;
uchar *p;
int i, n, epb;
int i, n;
MetaEntry me;
VtFile *s, *ms;