]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove UNUSED
authorNick Porter <nick@portercomputing.co.uk>
Wed, 6 Jul 2022 09:19:42 +0000 (10:19 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 6 Jul 2022 09:19:42 +0000 (10:19 +0100)
src/lib/unlang/xlat_builtin.c

index cc44ca87f7ec9807d81c783bf48cb8fde3e01ddb..927bd3c90a55f839af42399d496639efd26a01d8 100644 (file)
@@ -2057,7 +2057,7 @@ static xlat_arg_parser_t const xlat_func_cast_args[] = {
  *
  * @ingroup xlat_functions
  */
-static xlat_action_t xlat_func_cast(UNUSED TALLOC_CTX *ctx, fr_dcursor_t *out,
+static xlat_action_t xlat_func_cast(TALLOC_CTX *ctx, fr_dcursor_t *out,
                                    UNUSED xlat_ctx_t const *xctx,
                                    request_t *request, fr_value_box_list_t *in)
 {