afs: cleanup remnant afs_vfs_mount prototype in afs_call.c 75/12275/3
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 28 Apr 2016 20:52:42 +0000 (16:52 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 5 May 2016 23:01:50 +0000 (19:01 -0400)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

src/afs/afs_call.c

index 3ab1527..d63c793 100644 (file)
@@ -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.
  */