aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/cache.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-13 10:52:39 +0000
committerrsc <devnull@localhost>2005-07-13 10:52:39 +0000
commit7643b2635cb8f0688144ecf8e5b57b605258b6a7 (patch)
tree75867bc2ec096df677b61333c2031ee7e38ab0fe /src/libventi/cache.c
parentd7b202dfbd0935c012e1b6b712614a8afcea5cc7 (diff)
downloadplan9port-7643b2635cb8f0688144ecf8e5b57b605258b6a7.tar.gz
plan9port-7643b2635cb8f0688144ecf8e5b57b605258b6a7.tar.bz2
plan9port-7643b2635cb8f0688144ecf8e5b57b605258b6a7.zip
cleanup
Diffstat (limited to 'src/libventi/cache.c')
-rw-r--r--src/libventi/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libventi/cache.c b/src/libventi/cache.c
index e8241aa2..09ca5ea8 100644
--- a/src/libventi/cache.c
+++ b/src/libventi/cache.c
@@ -429,7 +429,6 @@ vtcacheglobal(VtCache *c, uchar score[VtScoreSize], int type)
vtzeroextend(type, b->data, n, c->blocksize);
b->iostate = BioVenti;
b->nlock = 1;
- b->decrypted = 0;
return b;
}