Remove 2 dead variables in bid_internal.h.
libgcc/config/libbid/ChangeLog: 2020-02-04 Martin Liska <mliska@suse.cz> PR libgcc/92565 * bid_internal.h (handle_UF_128_rem): Remove unused variable. (handle_UF_128): Likewise.
This commit is contained in:
parent
fae545fb03
commit
8b33430b53
1 changed files with 0 additions and 4 deletions
|
@ -1540,8 +1540,6 @@ handle_UF_128_rem (UINT128 * pres, UINT64 sgn, int expon, UINT128 CQ,
|
|||
__shr_128 (CQ, Qh, amount);
|
||||
}
|
||||
|
||||
expon = 0;
|
||||
|
||||
#ifndef IEEE_ROUND_NEAREST_TIES_AWAY
|
||||
#ifndef IEEE_ROUND_NEAREST
|
||||
if (!(*prounding_mode))
|
||||
|
@ -1676,8 +1674,6 @@ handle_UF_128 (UINT128 * pres, UINT64 sgn, int expon, UINT128 CQ,
|
|||
__shr_128 (CQ, Qh, amount);
|
||||
}
|
||||
|
||||
expon = 0;
|
||||
|
||||
#ifndef IEEE_ROUND_NEAREST_TIES_AWAY
|
||||
#ifndef IEEE_ROUND_NEAREST
|
||||
if (!(*prounding_mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue