From: Alan T. DeKok Date: Tue, 12 Apr 2022 18:35:56 +0000 (-0400) Subject: remove dead code. CID #1469125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee32e77ea777f030f6be7245c428e3f6d52d0124;p=thirdparty%2Ffreeradius-server.git remove dead code. CID #1469125 --- diff --git a/src/lib/util/pair_tokenize.c b/src/lib/util/pair_tokenize.c index ae63e2a7760..d2c9fe0e348 100644 --- a/src/lib/util/pair_tokenize.c +++ b/src/lib/util/pair_tokenize.c @@ -76,8 +76,6 @@ static ssize_t op_to_token(fr_token_t *token, char const *op, size_t oplen) break; } - if (oplen < 2) goto invalid_operator; - if (p[1] == '=') { *token = T_OP_CMP_EQ; p += 2;