mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
address compiler warnings, and user question #6544
This commit is contained in:
parent
523a3f34b0
commit
d11e5c8ca6
16 changed files with 11 additions and 57 deletions
|
@ -3797,7 +3797,6 @@ namespace q {
|
|||
}
|
||||
|
||||
void rematch(bool use_irrelevant) override {
|
||||
unsigned lbl = 0;
|
||||
for (auto * t : m_trees) {
|
||||
if (t) {
|
||||
m_interpreter.init(t);
|
||||
|
@ -3807,7 +3806,6 @@ namespace q {
|
|||
m_interpreter.execute_core(t, curr);
|
||||
}
|
||||
}
|
||||
++lbl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue