Since the original IBM code import, the variable afs_shutdown has been
set but never read.
Remove it from the code base.
No functional change is incurred by this commit.
Change-Id: Iac603465ee911fa3601010b67f3f34f22d7b0e3f
Reviewed-on: https://gerrit.openafs.org/14380
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
* Global configuration variables.
*/
static int enable_rxbind = 0;
-static int afs_shutdown = 0;
static int cacheBlocks; /*Num blocks in the cache */
static int cacheFiles; /*Optimal # of files in workstation cache */
static int rwpct = 0;
if (cmd_OptionPresent(as, OPT_shutdown)) {
/* -shutdown */
- afs_shutdown = 1;
/*
* Cold shutdown is the default
*/