mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
remove shadow m_core fields
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9e82e6965c
commit
1a0d68e1b7
3 changed files with 0 additions and 11 deletions
|
@ -45,9 +45,6 @@ struct tangents: common {
|
|||
}
|
||||
};
|
||||
|
||||
core* m_core;
|
||||
core& c() { return *m_core; }
|
||||
const core& c() const { return *m_core; }
|
||||
tangents(core *core);
|
||||
|
||||
void generate_simple_tangent_lemma(const rooted_mon* rm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue