Commit Diff


commit - 02846514a3170314bde9ac4678a2e9cdf153c695
commit + cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3
blob - 8b4d051462eb10a03203cbad3e6e8a7ffcd4e969
blob + f0e8a841f4425dc6d32983c2f926c7e8fc6f1f81
--- src/libdiskfs/venti.c
+++ src/libdiskfs/venti.c
@@ -81,7 +81,7 @@ nfilereads++;
 VtBlock*
 _vtfileblock(VtCache *c, VtEntry *e, u32int bn)
 {
-	VtBlock *b, *bb;
+	VtBlock *b;
 	int i, d, index[VtPointerDepth+1], t;
 	uchar score[VtScoreSize];