From: Nick Porter Date: Tue, 7 Jun 2022 12:51:30 +0000 (+0100) Subject: remove UNUSED X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3a86536517d4bb1f25f7ab9acb895a7c06104d;p=thirdparty%2Ffreeradius-server.git remove UNUSED --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 8a42adae42e..7a1b85df557 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -1127,7 +1127,7 @@ static xlat_action_t xlat_func_unary_minus(TALLOC_CTX *ctx, fr_dcursor_t *out, } static xlat_action_t xlat_func_unary_complement(TALLOC_CTX *ctx, fr_dcursor_t *out, - UNUSED xlat_ctx_t const *xctx, + xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) { return xlat_func_unary_op(ctx, out, xctx, request, in, T_COMPLEMENT);