diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-09-26 13:26:23 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-09-26 13:26:23 -0400 |
commit | 7e76a0509947d9b906f25cf762b0aac1a3281809 (patch) | |
tree | 0d7aefd9895a96c6d9fc65f91109342ab057c8bf /support/include | |
parent | 69620a042d1151871a31f07ccd210b2dab49c628 (diff) | |
download | nfs-utils-7e76a0509947d9b906f25cf762b0aac1a3281809.tar.gz nfs-utils-7e76a0509947d9b906f25cf762b0aac1a3281809.tar.xz nfs-utils-7e76a0509947d9b906f25cf762b0aac1a3281809.zip |
nfs-utils: remove unused function rpc_logcall()
Clean up: Eliminate rpc_logcall(), which has no callers.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/rpcmisc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index a2b2b5a..665df8e 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -50,7 +50,6 @@ void rpc_svcrun(void); void rpc_dispatch(struct svc_req *rq, SVCXPRT *xprt, struct rpc_dtable *dtable, int nvers, void *argp, void *resp); -void rpc_logcall(struct svc_req *, char *xname, char *args); extern int _rpcpmstart; extern int _rpcfdtype; |