mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
build errors/warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bd444f8ec7
commit
88374a15d0
8 changed files with 31 additions and 38 deletions
|
@ -227,9 +227,6 @@ namespace smt {
|
|||
}
|
||||
case OP_OR: {
|
||||
literal_buffer lits;
|
||||
expr* a = nullptr;
|
||||
expr_ref b(m), c(m);
|
||||
// perform light-weight rewriting on clauses.
|
||||
for (expr * arg : *to_app(n)) {
|
||||
internalize(arg, true);
|
||||
lits.push_back(get_literal(arg));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue