From d6101128664918e6fcefbaeb68c4c1d439851411 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Mon, 4 May 2020 17:35:05 -0400 Subject: [PATCH] UKERNEL: remove dead code osi_SetTime osi_SetTime has been dead code since the original IBM code import. Remove it from the tree. No functional change is incurred by this commit. Change-Id: I25612a044ad550d798003979afc6845e502ebe3b Reviewed-on: https://gerrit.openafs.org/14191 Reviewed-by: Andrew Deason Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/afs/UKERNEL/afs_usrops.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/afs/UKERNEL/afs_usrops.c b/src/afs/UKERNEL/afs_usrops.c index e11e281..b5b3a0f 100644 --- a/src/afs/UKERNEL/afs_usrops.c +++ b/src/afs/UKERNEL/afs_usrops.c @@ -943,12 +943,6 @@ osi_GetTime(struct timeval *tv) } int -osi_SetTime(struct timeval *tv) -{ - return 0; -} - -int osi_Active(struct vcache *avc) { AFS_STATCNT(osi_Active); -- 1.9.4