From 1075b3c7f141212eb7daecde057b2b2b3229930e Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 4 Mar 2003 10:40:01 +0000 Subject: [PATCH] viced-callback-remove-dead-functions-20030303 remove ClearHostCallbacks; make ClearHostCallbacks_r static --- src/viced/callback.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/viced/callback.c b/src/viced/callback.c index 943e626..02a0b41 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1542,17 +1542,7 @@ static int GetSomeSpace_r(struct host *hostp, int locked) } /* locked - set if caller has already locked the host */ -int ClearHostCallbacks(struct host *hp, int locked) -{ - int retVal; - H_LOCK - retVal = ClearHostCallbacks_r(hp, locked); - H_UNLOCK - return retVal; -} - -/* locked - set if caller has already locked the host */ -int ClearHostCallbacks_r(struct host *hp, int locked) +static int ClearHostCallbacks_r(struct host *hp, int locked) { struct interfaceAddr interf; int code; -- 1.9.4