removed useless self init

This commit is contained in:
myrrc 2020-11-12 19:02:27 +03:00
parent b88402876c
commit 071c946236

View File

@ -275,7 +275,6 @@ struct integer<Bits, Signed>::_impl
? -static_cast<long double>(rhs)
: rhs;
self = (rhs_long_double / max_int > 0) ? 1 : 0;
set_multiplier(self, rhs_long_double);
if (rhs < 0)