mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Remove a print
This commit is contained in:
parent
05c8067392
commit
d1a7c0ceb0
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ void unsat_core_learner::compute_unsat_core(expr_ref_vector& unsat_core)
|
|||
|
||||
// TODO: remove duplicates from unsat core?
|
||||
|
||||
verbose_stream() << std::endl;
|
||||
// move all lemmas into vector
|
||||
for (expr* const* it = m_unsat_core.begin(); it != m_unsat_core.end(); ++it)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue