3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-04 06:16:09 +00:00

Remove redundant function

This commit is contained in:
CEisenhofer 2026-05-27 17:27:48 +02:00
parent e74b235d87
commit 0fa1e75f3f
2 changed files with 1 additions and 6 deletions

View file

@ -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);