mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
cosmetics
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
09247d2e29
commit
076c709453
|
@ -539,10 +539,8 @@ namespace smt {
|
|||
|
||||
if (fu.is_float(xe) && fu.is_float(ye))
|
||||
{
|
||||
|
||||
expr *x_sgn, *x_sig, *x_exp;
|
||||
m_converter.split_triple(xc, x_sgn, x_sig, x_exp);
|
||||
|
||||
expr *y_sgn, *y_sig, *y_exp;
|
||||
m_converter.split_triple(yc, y_sgn, y_sig, y_exp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue