From: Alan T. DeKok Date: Fri, 29 Sep 2023 12:10:20 +0000 (-0400) Subject: remove unused assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17e188bbe522708c1aa76ae8e14f32a40937150;p=thirdparty%2Ffreeradius-server.git remove unused assignment --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index 5211a615fa1..d3b92f00455 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -1178,7 +1178,6 @@ static int xlat_tokenize_input(xlat_exp_head_t *head, fr_sbuff_t *in, if (!fr_sbuff_is_alpha(in)) { if (fr_sbuff_next_if_char(in, '%')) { /* nothing */ } - slen = 1; str = talloc_typed_strdup(node, "%"); goto do_value_box; }