mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 09:15:47 +00:00
simplify extended contains patterns
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a90072a98
commit
ea1f50b77e
8 changed files with 163 additions and 6 deletions
|
@ -729,6 +729,8 @@ namespace smt {
|
|||
regex_axiom_add = true;
|
||||
}
|
||||
} // foreach (entry in regex_terms_by_string)
|
||||
// NSB: compiler warns that regex_axiom_add is set but not used.
|
||||
(void)regex_axiom_add;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue