X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2Fafs_fetchstore.c;h=0f189aff1757a94780590a14ce62e040aa6d9b26;hp=b8b7032b08fdf70b0aa2503bd75bfa9db0a91b1e;hb=d82e9c851c4d8ad765a0a81b9d5f290d184b7b07;hpb=38a641bd6b41fe37a8be1614578efa9cb8b6da53 diff --git a/src/afs/afs_fetchstore.c b/src/afs/afs_fetchstore.c index b8b7032..0f189af 100644 --- a/src/afs/afs_fetchstore.c +++ b/src/afs/afs_fetchstore.c @@ -71,7 +71,6 @@ afs_int32 rxfs_storeUfsRead(void *r, struct osi_file *tfile, afs_uint32 offset, afs_uint32 tlen, afs_uint32 *got) { - afs_int32 code; struct rxfs_storeVariables *v = (struct rxfs_storeVariables *)r; *got = afs_osi_Read(tfile, -1, v->tbuffer, tlen);