From: Alan T. DeKok Date: Thu, 7 Apr 2022 21:52:17 +0000 (-0400) Subject: this is no longer needed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178aa562224c8ee6420b0ff58101ddf6e054771c;p=thirdparty%2Ffreeradius-server.git this is no longer needed --- diff --git a/src/lib/util/pair.h b/src/lib/util/pair.h index 5508be9de8..f5a197cbe3 100644 --- a/src/lib/util/pair.h +++ b/src/lib/util/pair.h @@ -88,8 +88,6 @@ struct value_pair_s { */ struct { fr_token_t op; //!< Operator to use when moving or inserting - //!< valuepair into a list. - char const *xlat; //!< Source string for xlat expansion. }; };