unused variables
This commit is contained in:
parent
d40457248b
commit
a6662a3672
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue