mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Removed unused variable
This commit is contained in:
parent
db398eca7a
commit
60c6249912
1 changed files with 0 additions and 1 deletions
|
@ -772,7 +772,6 @@ br_status fpa_rewriter::mk_to_bv(func_decl * f, expr * arg1, expr * arg2, bool i
|
|||
|
||||
if (m_util.is_rm_numeral(arg1, rmv) &&
|
||||
m_util.is_numeral(arg2, v)) {
|
||||
const mpf & x = v.get();
|
||||
|
||||
if (m_fm.is_nan(v) || m_fm.is_inf(v))
|
||||
return mk_to_bv_unspecified(f, result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue