3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Remove m_num_pelis member from stats struct in sls_context

This commit is contained in:
Nikolaj Bjorner 2024-08-29 17:15:28 -07:00
parent 6312ab2184
commit dba9670411

View file

@ -97,7 +97,6 @@ namespace sls {
struct stats {
unsigned m_num_repair_down = 0;
unsigned m_num_repair_up = 0;
unsigned m_num_pelis = 0;
void reset() { memset(this, 0, sizeof(*this)); }
};