mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove std::cout usage
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f9fda45c3
commit
3f040dbd23
2 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@ void expr_safe_replace::operator()(expr* e, expr_ref& res) {
|
|||
}
|
||||
}
|
||||
else {
|
||||
(std::cout << "q\n").flush();
|
||||
SASSERT(is_quantifier(a));
|
||||
quantifier* q = to_quantifier(a);
|
||||
expr_safe_replace replace(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue