3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-16 12:14:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-07-31 09:23:55 -07:00
parent 8bd0407adf
commit ceca9fbef0
2 changed files with 7 additions and 9 deletions

View file

@ -148,7 +148,6 @@ namespace smt {
m_node1(n1),
m_node2(n2),
m_js(js) {
SASSERT(n1 != n2);
}
virtual void get_antecedents(conflict_resolution & cr);