mirror of
https://github.com/Z3Prover/z3
synced 2026-06-12 03:45:38 +00:00
remove aux function
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6e8c201234
commit
2245451e96
2 changed files with 1 additions and 8 deletions
|
|
@ -921,7 +921,7 @@ namespace smt {
|
|||
// -----------------------------------------------------------------------
|
||||
|
||||
euf::snode* theory_nseq::get_snode(expr* e) {
|
||||
return m_sgraph.get_snode(e);
|
||||
return m_sgraph.mk(e);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue