mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
Remove m_num_pelis member from stats struct in sls_context
This commit is contained in:
parent
6312ab2184
commit
dba9670411
|
@ -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)); }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue