]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
libexport.a: Remove unused function client_checkaddr()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 8 Apr 2010 14:52:33 +0000 (10:52 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 8 Apr 2010 15:16:18 +0000 (11:16 -0400)
Clean up.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/export/client.c

index 42bf45ad5724468c0f23beb33e27c839da909957..419a4a7d930f6999e8a0f26dc397fce2b3d5f899 100644 (file)
@@ -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)
 {