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

index a442416cda6f2d75dc26413d88ab04cdaab7ad1b..d6dbb100731ad15318b3bf5e1756b30adb474c36 100644 (file)
@@ -62,12 +62,8 @@ typedef union {
  */
 typedef struct jpath_expr {
        jpath_operand_t         lhs;            //!< LHS value.
-       jpath_operand_type      lhs_type;       //!< LHS type.
 
        jpath_operand_t         rhs;            //!< RHS value.
-       jpath_operand_type      rhs_type;       //!< RHS type.
-
-       FR_TOKEN                op;             //!< Comparison operator
 } jpath_expr_t;
 
 /** Selects a subset of JSON child nodes