From: Alan T. DeKok Date: Wed, 15 Nov 2023 21:46:18 +0000 (-0500) Subject: remove old comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58af4ccb20b2e7015d0c4351c1bac726d22aeb6;p=thirdparty%2Ffreeradius-server.git remove old comment --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 0e5f48eb1c9..e388779ebc2 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -226,10 +226,6 @@ static fr_slen_t xlat_expr_print_binary(fr_sbuff_t *out, xlat_exp_t const *node, FR_SBUFF_IN_CHAR_RETURN(out, '('); xlat_print_node(out, node->call.args, child, e_rules); /* prints a space after the first argument */ - /* - * @todo - when things like "+" support more than 2 arguments, print them all out - * here. - */ FR_SBUFF_IN_STRCPY_RETURN(out, fr_tokens[node->call.func->token]); FR_SBUFF_IN_CHAR_RETURN(out, ' ');