commit a6662a3672fa66b21b490115f6c2d839c362b7e7
parent d40457248b8270326b49287f771a2de53dd72fe5
Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 22:17:58 +0000
unused variables
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cmd/vac/file.c b/src/cmd/vac/file.c
@@ -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;