From: Alan T. DeKok Date: Thu, 27 Oct 2022 13:21:19 +0000 (-0400) Subject: remove dead code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc259c7f5a9d802845bcf43740a164378cb966b;p=thirdparty%2Ffreeradius-server.git remove dead code --- diff --git a/src/lib/util/calc.c b/src/lib/util/calc.c index a0aa718a7ff..660b21bc239 100644 --- a/src/lib/util/calc.c +++ b/src/lib/util/calc.c @@ -1855,8 +1855,6 @@ int fr_value_calc_binary_op(TALLOC_CTX *ctx, fr_value_box_t *dst, fr_type_t hint return handle_result(a->type, T_LSHIFT, ERR_INVALID); } - if (hint != FR_TYPE_NULL) break; - if (fr_type_is_signed(a->type)) { hint = FR_TYPE_INT64; break;