From 34bdb9386baddb94106dec0d94514dd89444ad64 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Apr 2002 19:07:45 +0000 Subject: [PATCH] (struct rpc_thread_variables): Remove authnone_private_s. --- include/rpc/rpc.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.47.2