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:
parent
e9abdbb7a4
commit
26440ed3d8
3 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue