3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-22 01:49:36 +00:00

Removed unused function

This commit is contained in:
CEisenhofer 2026-04-13 15:05:41 +02:00
parent d620f20c63
commit 9155ce85bb
2 changed files with 0 additions and 8 deletions

View file

@ -1141,9 +1141,6 @@ namespace seq {
// get the exponent expression from a power snode (arg(1))
expr* get_power_exponent(euf::snode* power);
// create a fresh integer variable expression (for power exponents)
expr_ref mk_fresh_int_var();
// -----------------------------------------------
// Modification counter methods for substitution length tracking.
// mirrors ZIPT's NielsenEdge.IncModCount / DecModCount and