3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-20 20:05:51 +00:00

A bit cleanup

This commit is contained in:
CEisenhofer 2026-03-05 17:14:54 +01:00
parent c5e7cbc29d
commit 7dcebcdb0a
3 changed files with 1 additions and 13 deletions

View file

@ -575,7 +575,7 @@ namespace euf {
if (!re || !re->get_expr())
return;
expr* e = re->get_expr();
expr* ch = nullptr, *lo = nullptr, *hi = nullptr;
expr* lo = nullptr, *hi = nullptr;
// leaf regex predicates: character ranges and single characters
if (m_seq.re.is_range(e, lo, hi)) {
preds.push_back(e);