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) filemetaalloc(VacFile *f, VacDir *dir, u32int start)
{ {
u32int nb, bo; u32int nb, bo;
VtBlock *b, *bb; VtBlock *b;
MetaBlock mb; MetaBlock mb;
int nn; int nn;
uchar *p; uchar *p;
int i, n, epb; int i, n;
MetaEntry me; MetaEntry me;
VtFile *s, *ms; VtFile *s, *ms;