3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-03 04:33:28 +00:00

Remove new instances of unused local vars and functions (#10309)

A few seem to have crept in.  Verified with both dbg and release builds.
This commit is contained in:
davedets 2026-07-30 13:41:20 -07:00 committed by GitHub
parent 90fe0aa0f3
commit 7502e3c409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 6 deletions

View file

@ -202,10 +202,6 @@ namespace seq {
return false;
}
static expr_ref mk_unit_string_from_char(seq_util& u, unsigned c) {
return expr_ref(u.str.mk_string(zstring(c)), u.get_manager());
}
static expr_ref mk_single_range_regex(seq_util& u, unsigned lo, unsigned hi, sort* re_sort) {
ast_manager& m = u.get_manager();
return expr_ref(u.re.mk_range(re_sort, lo, hi), m);