diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/pmap_rmt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index 7de7f41..e068848 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -62,10 +62,6 @@ extern u_long _create_xid (void); static const struct timeval timeout = {3, 0}; -bool_t xdr_rmtcall_args_internal (XDR *xdrs, struct rmtcallargs *cap) - attribute_hidden; - - /* * pmapper remote-call-service interface. * This routine is used to call the pmapper remote call service |