From 36ce11ce5506fba2de3d46120f68b15467996273 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Sun, 29 Jun 2014 16:27:37 -0400 Subject: [PATCH] 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 --- src/afs/SOLARIS/osi_vfsops.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/afs/SOLARIS/osi_vfsops.c b/src/afs/SOLARIS/osi_vfsops.c index ca2553b..88ab992 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; -- 1.9.4