mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 22:17:54 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8192f36c50
commit
51aeb93ff3
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ namespace synth {
|
||||||
}
|
}
|
||||||
|
|
||||||
sat::check_result solver::check() {
|
sat::check_result solver::check() {
|
||||||
verbose_stream() << "check\n";
|
|
||||||
if (m_synth.empty())
|
if (m_synth.empty())
|
||||||
return sat::check_result::CR_DONE;
|
return sat::check_result::CR_DONE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue