Skip to content

Commit

Permalink
one more warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Nov 18, 2023
1 parent e9b8bc1 commit f627fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mcsat/weq/weak_eq_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,6 @@ void weq_graph_check_array_conflict(weq_graph_t* weq, ivector_t* conflict) {
bool updates_present = false;
uint32_t i;
term_table_t* terms = weq->ctx->terms;
composite_term_t* t_desc = NULL;
for (i = 0; ok && i < array_terms.size; ++i) {
if (!eq_graph_term_has_value(weq->eq_graph, array_terms.data[i])) {
ok = false;
Expand Down

0 comments on commit f627fce

Please sign in to comment.