diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2010-04-08 10:52:33 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-04-08 11:16:18 -0400 |
commit | 3455138100064d0213b124c72453accde2276be5 (patch) | |
tree | 832515c19075e7f2f54e002a0dd2a64721559f23 /support/export/client.c | |
parent | a4e3d5c53195c789ae26697a0b2ecdf05d76a85b (diff) | |
download | nfs-utils-3455138100064d0213b124c72453accde2276be5.tar.gz nfs-utils-3455138100064d0213b124c72453accde2276be5.tar.xz nfs-utils-3455138100064d0213b124c72453accde2276be5.zip |
libexport.a: Remove unused function client_checkaddr()
Clean up.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/export/client.c')
-rw-r--r-- | support/export/client.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/support/export/client.c b/support/export/client.c index 42bf45a..419a4a7 100644 --- a/support/export/client.c +++ b/support/export/client.c @@ -32,7 +32,6 @@ extern int innetgr(char *netgr, char *host, char *, char *); 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, }; @@ -448,12 +447,6 @@ client_check(nfs_client *clp, struct hostent *hp) return 0; } -static int -client_checkaddr(nfs_client *clp, struct in_addr addr) -{ - return 0; -} - int client_gettype(char *ident) { |