commit cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3 parent 02846514a3170314bde9ac4678a2e9cdf153c695 Author: rsc <devnull@localhost> Date: Fri, 5 May 2006 15:06:56 +0000 unused bb Diffstat:
M | src/libdiskfs/venti.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libdiskfs/venti.c b/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];