]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove old comment
authorAlan T. DeKok <aland@freeradius.org>
Wed, 15 Nov 2023 21:46:18 +0000 (16:46 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 16 Nov 2023 13:06:00 +0000 (08:06 -0500)
src/lib/unlang/xlat_expr.c

index 0e5f48eb1c97f63e73c7d1efb30cfb0c9895c588..e388779ebc202dbee07b33a0ab4f2b75aeec5054 100644 (file)
@@ -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, ' ');