mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
Fixed initialization order and unused variable warnings.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
7c282d3719
commit
0cd406ca0b
4 changed files with 8 additions and 8 deletions
|
@ -778,7 +778,7 @@ namespace smt {
|
|||
TRACE("array",
|
||||
tout << mk_bounded_pp(v1, get_manager()) << "\n==\n"
|
||||
<< mk_bounded_pp(v2, get_manager()) << "\n";);
|
||||
context& ctx = get_context();
|
||||
|
||||
if (m_eqs.contains(v1, v2)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue