From: Derrick Brashear Date: Wed, 15 Jan 2003 00:10:10 +0000 (+0000) Subject: viced-junk-unused-functions-20030114 X-Git-Tag: openafs-devel-1_3_50~430 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c52ddf77faf55fc090214b3f947aa06165c05a2f;p=packages%2Fo%2Fopenafs.git viced-junk-unused-functions-20030114 more cleanup of fileserver --- diff --git a/src/viced/host.c b/src/viced/host.c index b20c014ed..9c4f5e1ff 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -529,15 +529,6 @@ return; */ #define DEF_ROPCONS 2115 -struct host *h_Alloc(register struct rx_connection *r_con) -{ - struct host *retVal; - H_LOCK - retVal = h_Alloc_r(r_con); - H_UNLOCK - return retVal; -} - struct host *h_Alloc_r(register struct rx_connection *r_con) { register int code; @@ -607,7 +598,7 @@ struct host *h_Alloc_r(register struct rx_connection *r_con) #endif /* FS_STATS_DETAILED */ return host; -} /*h_Alloc*/ +} /*h_Alloc_r*/ /* Lookup a host given an IP address and UDP port number. */