mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix various nullability checks in seq_regex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
377dbad3b9
commit
3a7df2c6ef
4 changed files with 22 additions and 16 deletions
|
@ -324,7 +324,6 @@ namespace datalog {
|
|||
}
|
||||
scoped_ptr<rule_set> rules = alloc(rule_set, m_ctx);
|
||||
rules->inherit_predicates(source);
|
||||
rule_set::iterator it = source.begin(), end = source.end();
|
||||
bool change = false;
|
||||
for (rule* r : source) {
|
||||
if (m_ctx.canceled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue