3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

remove stdout

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-23 19:04:26 -07:00 committed by Lev Nachmanson
parent c16d90307b
commit eac5070a2e

View file

@ -64,7 +64,6 @@ public:
}
for (unsigned j : m_resize_buffer)
erase(j);
std::cout << m_resize_buffer.size() << "\n";
m_resize_buffer.clear();
}
m_data.resize(size, -1);