From 91f5cecc937923e16c5feda675fccd36d2b95164 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Thu, 28 Apr 2016 16:52:42 -0400 Subject: [PATCH] afs: cleanup remnant afs_vfs_mount prototype in afs_call.c The call to afs_vfs_mount() in afs_call.c was removed in commit a5ab24af71efe6b80eb0f78d1979c5ab1d1e594d. Remove the remnant prototype and the useless conditionals around it. Change-Id: I032ab5971a6e18df203f799c3a6e4f683a66d726 Reviewed-on: https://gerrit.openafs.org/12275 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/afs/afs_call.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/afs/afs_call.c b/src/afs/afs_call.c index 3ab1527b0..d63c7935c 100644 --- a/src/afs/afs_call.c +++ b/src/afs/afs_call.c @@ -87,10 +87,6 @@ afs_int32 afs_rx_idledead_rep = AFS_IDLEDEADTIME_REP; static int afscall_set_rxpck_received = 0; -#if defined(AFS_HPUX_ENV) -extern int afs_vfs_mount(); -#endif /* defined(AFS_HPUX_ENV) */ - /* This is code which needs to be called once when the first daemon enters * the client. A non-zero return means an error and AFS should not start. */ -- 2.39.5