3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

remove output

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-08-15 13:07:46 -07:00
parent 8192f36c50
commit 51aeb93ff3

View file

@ -102,7 +102,6 @@ namespace synth {
}
sat::check_result solver::check() {
verbose_stream() << "check\n";
if (m_synth.empty())
return sat::check_result::CR_DONE;