From c52ddf77faf55fc090214b3f947aa06165c05a2f Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 15 Jan 2003 00:10:10 +0000 Subject: [PATCH] viced-junk-unused-functions-20030114 more cleanup of fileserver --- src/viced/host.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/viced/host.c b/src/viced/host.c index b20c014..9c4f5e1 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. */ -- 1.9.4