3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-19 17:50:23 -07:00
parent cd434d8bd5
commit 37bc4a4407

View file

@ -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);