mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
Remove unused variable
This commit is contained in:
parent
d7f0181c46
commit
4282cfa148
2 changed files with 0 additions and 2 deletions
|
@ -1532,7 +1532,6 @@ namespace dd {
|
|||
}
|
||||
|
||||
void pdd_manager::gc() {
|
||||
m_gc_generation++;
|
||||
init_dmark();
|
||||
m_free_nodes.reset();
|
||||
SASSERT(well_formed());
|
||||
|
|
|
@ -208,7 +208,6 @@ namespace dd {
|
|||
rational m_mod2N;
|
||||
unsigned m_power_of_2 = 0;
|
||||
rational m_max_value;
|
||||
unsigned m_gc_generation = 0; ///< will be incremented on each GC
|
||||
|
||||
void reset_op_cache();
|
||||
void init_nodes(unsigned_vector const& l2v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue