mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 12:30:28 +00:00
add tracing, fix #2214, remove unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5fdf5b67a4
commit
ff6d703c05
3 changed files with 14 additions and 12 deletions
|
@ -1752,7 +1752,6 @@ public:
|
|||
|
||||
find_subsumed1(id, subsumed);
|
||||
|
||||
typename edge_id_vector::const_iterator it, end, it3, end3;
|
||||
for (edge_id e_id : m_in_edges[src]) {
|
||||
edge const& e2 = m_edges[e_id];
|
||||
if (!e2.is_enabled() || e2.get_source() == dst) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue