From: Chuck Lever Date: Mon, 9 Dec 2013 20:54:54 +0000 (-0500) Subject: Clean up src/rpcb_clnt.c X-Git-Tag: libtirpc-0-2-4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8daf47160ee57fe79c634c429ad6fefd0fed535c;p=libtirpc Clean up src/rpcb_clnt.c Remove some unused code. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/src/rpcb_clnt.c b/src/rpcb_clnt.c index 312967c..e9b7b5d 100644 --- a/src/rpcb_clnt.c +++ b/src/rpcb_clnt.c @@ -620,6 +620,7 @@ rpcb_unset(program, version, nconf) CLNT_DESTROY(client); return (rslt); } + #ifdef NOTUSED /* * From the merged list, find the appropriate entry @@ -652,7 +653,6 @@ got_entry(relp, nconf) } return (na); } -#endif /* * Quick check to see if rpcbind is up. Tries to connect over @@ -693,6 +693,7 @@ __rpcbind_is_up() close(sock); return (TRUE); } +#endif /* * An internal function which optimizes rpcb_getaddr function. It also