]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove dead code
authorAlan T. DeKok <aland@freeradius.org>
Thu, 27 Oct 2022 13:21:19 +0000 (09:21 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 27 Oct 2022 15:57:25 +0000 (11:57 -0400)
src/lib/util/calc.c

index a0aa718a7ffb85fd63d10471d2365c1cfbd5f5be..660b21bc239143dd15b1db03edfbc134775b613e 100644 (file)
@@ -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;