mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
remove unused field
This commit is contained in:
parent
90fc8d854f
commit
122f5a1464
3 changed files with 4 additions and 2 deletions
|
@ -137,7 +137,6 @@ class seq_rewriter {
|
|||
|
||||
typedef hashtable<op_entry, hash_entry, eq_entry> op_table;
|
||||
|
||||
ast_manager& m;
|
||||
unsigned m_max_cache_size { 10000 };
|
||||
expr_ref_vector m_trail;
|
||||
op_table m_table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue