mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 06:16:09 +00:00
Remove redundant function
This commit is contained in:
parent
e74b235d87
commit
0fa1e75f3f
2 changed files with 1 additions and 6 deletions
|
|
@ -1195,10 +1195,6 @@ namespace seq {
|
|||
// create a fresh variable with a unique name and the given sequence sort
|
||||
euf::snode* mk_fresh_var(sort* s);
|
||||
|
||||
// create a fresh symbolic character: seq.unit(fresh_char_const)
|
||||
// analogous to ZIPT's SymCharToken creation
|
||||
euf::snode* mk_fresh_char_var();
|
||||
|
||||
// deterministic modifier: var = ε, same-head cancel
|
||||
bool apply_det_modifier(nielsen_node* node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue