From: Ulrich Drepper Date: Sat, 20 Apr 2002 19:07:45 +0000 (+0000) Subject: (struct rpc_thread_variables): Remove authnone_private_s. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34bdb9386baddb94106dec0d94514dd89444ad64;p=thirdparty%2Fglibc.git (struct rpc_thread_variables): Remove authnone_private_s. --- diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index f4dee74afeb..9f90ae135d8 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -16,8 +16,6 @@ struct rpc_thread_variables { struct pollfd *svc_pollfd_s; /* Global, rpc_common.c */ int svc_max_pollfd_s; /* Global, rpc_common.c */ - void *authnone_private_s; /* auth_none.c */ - void *clnt_perr_buf_s; /* clnt_perr.c */ void *clntraw_private_s; /* clnt_raw.c */