aboutsummaryrefslogtreecommitdiff
path: root/src/libdiskfs
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-05-05 15:06:56 +0000
committerrsc <devnull@localhost>2006-05-05 15:06:56 +0000
commitcd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3 (patch)
tree4a0e888fdab4a903e83fb69ba195eff5a524f694 /src/libdiskfs
parent02846514a3170314bde9ac4678a2e9cdf153c695 (diff)
downloadplan9port-cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3.tar.gz
plan9port-cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3.tar.bz2
plan9port-cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3.zip
unused bb
Diffstat (limited to 'src/libdiskfs')
-rw-r--r--src/libdiskfs/venti.c2
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];