mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
remove unused field
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
741634b703
commit
0d05104d8c
4 changed files with 8 additions and 10 deletions
|
@ -111,7 +111,6 @@ class demodulator_match_subst {
|
|||
typedef std::pair<expr *, expr *> expr_pair;
|
||||
typedef obj_pair_hashtable<expr, expr> cache;
|
||||
|
||||
ast_manager & m;
|
||||
substitution m_subst;
|
||||
cache m_cache;
|
||||
svector<expr_pair> m_todo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue