viced: Remove dead code 'zerofid'

Since the original IBM code import, h_CheckHosts has zeroed 'zerofid'
but it is not referenced by any other code.

Remove the vestigial code.

No functional change is incurred by this commit.

Change-Id: I56ff2977bd210f2a37abf0b25f5e3aba2da19d85
Reviewed-on: https://gerrit.openafs.org/15101
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Mark Vitale 2022-08-02 19:54:15 -04:00 committed by Michael Meffie
parent 8f4e5b7e6b
commit 2216b5f8ef

View File

@ -3988,7 +3988,6 @@ h_GetHostNetStats(afs_int32 * a_numHostsP, afs_int32 * a_sameNetOrSubnetP,
static afs_uint32 checktime;
static afs_uint32 clientdeletetime;
static struct AFSFid zerofid;
/*
@ -4115,7 +4114,6 @@ h_CheckHosts(void)
{
afs_uint32 now = time(NULL);
memset(&zerofid, 0, sizeof(zerofid));
/*
* Send a probe to the workstation if it hasn't been heard from in
* 15 minutes