]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused structure
authorAlan T. DeKok <aland@freeradius.org>
Wed, 18 Jun 2025 19:19:22 +0000 (15:19 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 18 Jun 2025 19:19:22 +0000 (15:19 -0400)
src/lib/unlang/xlat_expr.c

index d88f2c722258a87a2125fd75b56ea0090762b165..8050538a1b80628dc007187171731e4220f49582 100644 (file)
@@ -1674,11 +1674,6 @@ typedef struct {
        tmpl_t const            *vpt;           //!< the attribute reference
 } xlat_exists_inst_t;
 
-typedef struct {
-       bool                    last_success;
-       fr_value_box_list_t     list;
-} xlat_exists_rctx_t;
-
 static xlat_arg_parser_t const xlat_func_exists_arg[] = {
        { .type = FR_TYPE_VOID },
        XLAT_ARG_PARSER_TERMINATOR