diff options
author | rsc <devnull@localhost> | 2006-05-05 15:06:56 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-05-05 15:06:56 +0000 |
commit | cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3 (patch) | |
tree | 4a0e888fdab4a903e83fb69ba195eff5a524f694 /src/libdiskfs | |
parent | 02846514a3170314bde9ac4678a2e9cdf153c695 (diff) | |
download | plan9port-cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3.tar.gz plan9port-cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3.tar.bz2 plan9port-cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3.zip |
unused bb
Diffstat (limited to 'src/libdiskfs')
-rw-r--r-- | src/libdiskfs/venti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdiskfs/venti.c b/src/libdiskfs/venti.c index 8b4d0514..f0e8a841 100644 --- 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]; |