mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Remove m_num_pelis member from stats struct in sls_context
This commit is contained in:
parent
6312ab2184
commit
dba9670411
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ namespace sls {
|
||||||
struct stats {
|
struct stats {
|
||||||
unsigned m_num_repair_down = 0;
|
unsigned m_num_repair_down = 0;
|
||||||
unsigned m_num_repair_up = 0;
|
unsigned m_num_repair_up = 0;
|
||||||
unsigned m_num_pelis = 0;
|
|
||||||
void reset() { memset(this, 0, sizeof(*this)); }
|
void reset() { memset(this, 0, sizeof(*this)); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue