From aa4c771fc359e097a3a6c3637f78c7bed7c450e9 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 22 Mar 2010 10:10:59 -0400 Subject: libexport.a: Remove dead code Clean up: I can't find any call sites for client_find() or client_match(). Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- support/include/exportfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'support/include/exportfs.h') diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 470b2ec..3eb03d9 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -69,12 +69,10 @@ extern exp_hash_table exportlist[MCL_MAXTYPES]; extern nfs_client * clientlist[MCL_MAXTYPES]; nfs_client * client_lookup(char *hname, int canonical); -nfs_client * client_find(struct hostent *); void client_add(nfs_client *); nfs_client * client_dup(nfs_client *, struct hostent *); int client_gettype(char *hname); int client_check(nfs_client *, struct hostent *); -int client_match(nfs_client *, char *hname); void client_release(nfs_client *); void client_freeall(void); char * client_compose(struct hostent *he); -- cgit