mirror of
https://github.com/Z3Prover/z3
synced 2026-05-22 01:49:36 +00:00
Removed unused function
This commit is contained in:
parent
d620f20c63
commit
9155ce85bb
2 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue