3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

deal with ubuntu/clang warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-11-29 15:45:19 -08:00
parent e9abdbb7a4
commit 26440ed3d8
3 changed files with 2 additions and 2 deletions

View file

@ -582,7 +582,6 @@ namespace euf {
bool egraph::propagate() {
force_push();
unsigned j = 0;
for (unsigned i = 0; i < m_to_merge.size() && m.limit().inc() && !inconsistent(); ++i) {
auto const& w = m_to_merge[i];
switch (w.t) {