From: Alan T. DeKok Date: Thu, 2 Nov 2017 15:52:55 +0000 (-0400) Subject: remove unused struct entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3df1ca5c331c490e5eddc58bdbbdcc4f7824d6;p=thirdparty%2Ffreeradius-server.git remove unused struct entries --- diff --git a/src/main/radmin.c b/src/main/radmin.c index 0f78bf07f7a..ea1f331bb7b 100644 --- a/src/main/radmin.c +++ b/src/main/radmin.c @@ -108,10 +108,6 @@ typedef struct radmin_state { fr_event_list_t *event_list; //!< Our main event list. radmin_conn_t *active_conn; //!< Connection to remote entity. - - bool batch; //!< Whether we're in batch mode. - bool echo; //!< Whether we should be echoing commands as they're issued. - bool unbuffered; //!< Whether we're in unbuffered mode... } radmin_state_t; /** Main radmin state