mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
remove unused class fields in BV theory
This commit is contained in:
parent
b9ecf2512f
commit
023b630b5a
2 changed files with 9 additions and 10 deletions
|
@ -124,11 +124,11 @@ namespace smt {
|
|||
value2var m_fixed_var_table;
|
||||
|
||||
unsigned char m_eq_activity[256];
|
||||
unsigned char m_diseq_activity[256];
|
||||
//unsigned char m_diseq_activity[256];
|
||||
svector<std::pair<theory_var, theory_var>> m_replay_diseq;
|
||||
vector<vector<std::pair<theory_var, theory_var>>> m_diseq_watch;
|
||||
svector<bool_var> m_diseq_watch_trail;
|
||||
unsigned_vector m_diseq_watch_lim;
|
||||
//vector<vector<std::pair<theory_var, theory_var>>> m_diseq_watch;
|
||||
//svector<bool_var> m_diseq_watch_trail;
|
||||
//unsigned_vector m_diseq_watch_lim;
|
||||
|
||||
literal_vector m_tmp_literals;
|
||||
svector<var_pos> m_prop_queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue