mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
cd434d8bd5
commit
37bc4a4407
|
@ -1329,7 +1329,6 @@ namespace qe {
|
|||
}
|
||||
|
||||
void collect_statistics(statistics & st) const override {
|
||||
std::cout << "collect stats\n";
|
||||
st.copy(m_st);
|
||||
m_fa.s().collect_statistics(st);
|
||||
m_ex.s().collect_statistics(st);
|
||||
|
|
Loading…
Reference in a new issue