libexport.a: Remove unused function client_checkaddr() From: Chuck Lever Clean up. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- support/export/client.c | 7 ------- 1 file changed, 7 deletions(-) --- nfs-utils-1.2.1.orig/support/export/client.c +++ nfs-utils-1.2.1/support/export/client.c @@ -32,7 +32,6 @@ extern int innetgr(char *netgr, char *ho static char *add_name(char *old, const char *add); static void client_init(nfs_client *clp, const char *hname, struct hostent *hp); -static int client_checkaddr(nfs_client *clp, struct in_addr addr); nfs_client *clientlist[MCL_MAXTYPES] = { NULL, }; @@ -470,12 +469,6 @@ client_check(nfs_client *clp, struct hos return 0; } -static int -client_checkaddr(nfs_client *clp, struct in_addr addr) -{ - return 0; -} - int client_gettype(char *ident) {