]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused struct entries
authorAlan T. DeKok <aland@freeradius.org>
Thu, 2 Nov 2017 15:52:55 +0000 (11:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 2 Nov 2017 15:52:55 +0000 (11:52 -0400)
src/main/radmin.c

index 0f78bf07f7a60e057651f2920535ffc520ec3038..ea1f331bb7bb354cf7427f08db6ca2a22c7eaf46 100644 (file)
@@ -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