mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 15:16:29 +00:00
Duplicate function signature
This commit is contained in:
parent
0fa1e75f3f
commit
b7f9019a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ namespace seq {
|
|||
}
|
||||
m_constraints.push_back(c);
|
||||
}
|
||||
|
||||
|
||||
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