Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Mar 4, 2024
1 parent b1e0785 commit 652097e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/reasoners/rel_utils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ end = struct
match MX.find rr t.leaves_map with
| cs ->
CS.fold (fun c t ->
let pending = CS.mem c t.pending in
let t = remove c t in
let ex = Explanation.union ex c.explanation in
add ~ex (Constraint.subst rr nrr c.value) t
Expand Down

0 comments on commit 652097e

Please sign in to comment.