| commit | cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Fri May 05 15:06:56 2006 +0000 |
| committer | rsc <devnull@localhost> | Fri May 05 15:06:56 2006 +0000 |
| tree | 4a0e888fdab4a903e83fb69ba195eff5a524f694 | |
| parent | 02846514a3170314bde9ac4678a2e9cdf153c695 [diff] |
unused bb
diff --git a/src/libdiskfs/venti.c b/src/libdiskfs/venti.c index 8b4d051..f0e8a84 100644 --- a/src/libdiskfs/venti.c +++ b/src/libdiskfs/venti.c
@@ -81,7 +81,7 @@ VtBlock* _vtfileblock(VtCache *c, VtEntry *e, u32int bn) { - VtBlock *b, *bb; + VtBlock *b; int i, d, index[VtPointerDepth+1], t; uchar score[VtScoreSize];