From: Alan T. DeKok Date: Tue, 27 Aug 2024 13:40:06 +0000 (-0400) Subject: remove unused field X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff163368ebe993dfcb5d6b3336e8d7a529c015d1;p=thirdparty%2Ffreeradius-server.git remove unused field --- diff --git a/src/lib/server/cf_priv.h b/src/lib/server/cf_priv.h index c5ecdb99306..3746f12944f 100644 --- a/src/lib/server/cf_priv.h +++ b/src/lib/server/cf_priv.h @@ -77,8 +77,6 @@ struct cf_pair { fr_token_t lhs_quote; //!< Name quoting style T_(DOUBLE|SINGLE|BACK)_QUOTE_STRING or T_BARE_WORD. fr_token_t rhs_quote; //!< Value Quoting style T_(DOUBLE|SINGLE|BACK)_QUOTE_STRING or T_BARE_WORD. - fr_type_t type; //!< for local variable definitions. - bool pass2; //!< do expansion in pass2. bool parsed; //!< Was this item used during parsing? bool printed; //!< Was this item printed already in debug mode?