mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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:
parent
8f4e5b7e6b
commit
2216b5f8ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user