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)
|
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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue