mirror of
https://github.com/Z3Prover/z3
synced 2025-12-04 11:06:45 +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(is_correct_ref_count(dst, dst_counts));
|
||||||
SASSERT(&src_r.m_nodes != &dst);
|
SASSERT(&src_r.m_nodes != &dst);
|
||||||
unsigned sz = dst.size(), j = 0;
|
unsigned sz = dst.size(), j = 0;
|
||||||
bool change = false;
|
|
||||||
for (unsigned i = 0; i < sz; ++i) {
|
for (unsigned i = 0; i < sz; ++i) {
|
||||||
auto* n = dst[i];
|
auto* n = dst[i];
|
||||||
unsigned id = n->id();
|
unsigned id = n->id();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue