mirror of
https://github.com/Z3Prover/z3
synced 2026-06-27 19:08:49 +00:00
Remove redundant function
This commit is contained in:
parent
e74b235d87
commit
0fa1e75f3f
2 changed files with 1 additions and 6 deletions
|
|
@ -336,8 +336,7 @@ namespace seq {
|
|||
}
|
||||
m_constraints.push_back(c);
|
||||
}
|
||||
euf::snode *nielsen_graph::mk_fresh_char_var() {}
|
||||
|
||||
|
||||
void nielsen_node::apply_subst(euf::sgraph& sg, nielsen_subst const& s) {
|
||||
SASSERT(!s.m_var->is_char_or_unit() || s.m_replacement->is_char_or_unit());
|
||||
SASSERT(s.m_var);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue