mirror of
https://github.com/Z3Prover/z3
synced 2026-01-27 04:18:42 +00:00
fix build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8298302358
commit
233184944c
6 changed files with 4 additions and 8 deletions
|
|
@ -1088,7 +1088,7 @@ namespace euf {
|
|||
verbose_stream() << mk_pp(s->get_expr(), m) << "\n";
|
||||
}
|
||||
#endif
|
||||
auto n = m_egraph.find(q);
|
||||
// auto n = m_egraph.find(q);
|
||||
#if 0
|
||||
verbose_stream() << "class of " << mk_pp(q, m) << "\n";
|
||||
for (auto s : euf::enode_class(n)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue