mirror of
https://github.com/Z3Prover/z3
synced 2026-03-20 20:05:51 +00:00
A bit cleanup
This commit is contained in:
parent
c5e7cbc29d
commit
7dcebcdb0a
3 changed files with 1 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue