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:
parent
90fe0aa0f3
commit
7502e3c409
3 changed files with 0 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue