fsbnodeops: remove write-only variable

It's been that way since the original IBM import.

Change-Id: Ib29ec60822a1ba03e53f3a942e939cc68011a5cf
Reviewed-on: https://gerrit.openafs.org/15834
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Benjamin Kaduk 2024-08-15 13:25:23 -07:00 committed by Michael Meffie
parent 34c039ebf1
commit 5a20d9e219

View File

@ -24,7 +24,6 @@
#include "bosprototypes.h"
extern char *DoPidFiles;
static int emergency = 0;
/* if this file exists, then we have to salvage the file system */
#define SALFILE "SALVAGE."
@ -915,7 +914,6 @@ NudgeProcs(struct fsbnode *abnode)
if (abnode->salRunning) {
ViceLog(0, ("Salvager running along with file server!\n"));
ViceLog(0, ("Emergency shutdown\n"));
emergency = 1;
bnode_SetGoal(fsbnode2bnode(abnode), BSTAT_SHUTDOWN);
bnode_StopProc(abnode->salProc, SIGKILL);
SetNeedsClock(abnode);