From: Mark Vitale Date: Sun, 29 Jun 2014 20:27:37 +0000 (-0400) Subject: afs: remove cruft from Solaris afs_freevfs X-Git-Tag: upstream/1.8.0_pre1^2~625 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=36ce11ce5506fba2de3d46120f68b15467996273;p=packages%2Fo%2Fopenafs.git afs: remove cruft from Solaris afs_freevfs Remove some unused variables left behind in a previous refactor of flushing vcaches during afs_shutdown (commit 80fe111f0044aa7a67215ad92210dc72cb7eb2c0). Change-Id: Ie0a23cb08fc2946f1c400b8ce8e15ef3dc22ec20 Reviewed-on: http://gerrit.openafs.org/11310 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: D Brashear --- diff --git a/src/afs/SOLARIS/osi_vfsops.c b/src/afs/SOLARIS/osi_vfsops.c index ca2553b22..88ab992b4 100644 --- a/src/afs/SOLARIS/osi_vfsops.c +++ b/src/afs/SOLARIS/osi_vfsops.c @@ -72,9 +72,6 @@ afs_mount(struct vfs *afsp, struct vnode *amvp, struct mounta *uap, static void afs_freevfs(void) { - int i; - struct vcache *vc, *nvc; - extern struct vcache *afs_vhashT[VCSIZE]; afs_globalVFS = 0;