mirror of
https://github.com/Z3Prover/z3
synced 2025-12-03 18:46:44 +00:00
remove unused
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e178b9fc62
commit
39e427a229
1 changed files with 0 additions and 1 deletions
|
|
@ -1057,7 +1057,6 @@ namespace euf {
|
|||
SASSERT(is_correct_ref_count(dst, dst_counts));
|
||||
SASSERT(&src_r.m_nodes != &dst);
|
||||
unsigned sz = dst.size(), j = 0;
|
||||
bool change = false;
|
||||
for (unsigned i = 0; i < sz; ++i) {
|
||||
auto* n = dst[i];
|
||||
unsigned id = n->id();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue