Skip to content

Commit

Permalink
fix #4625
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 12, 2020
1 parent 4045563 commit 11d5b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smt/theory_str_regex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,6 @@ namespace smt {
return false;
} else if (u.re.is_intersection(re)) {
return false;
} else if (u.re.is_complement(re)) {
return false;
} else if (u.re.is_loop(re, sub1, lo, hi) || u.re.is_loop(re, sub1, lo)) {
return check_regex_length_linearity_helper(sub1, already_star);
} else {
Expand Down

0 comments on commit 11d5b50

Please sign in to comment.