mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 07:36:38 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8192f36c50
commit
51aeb93ff3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue