Skip to content

Commit

Permalink
remove unused rec flag
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Jul 9, 2024
1 parent ada5779 commit 700017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomains/c2poDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ module CongruenceClosure = struct

(* Remove variables: *)
let remove_terms_from_eq predicate cc =
let rec insert_terms cc = List.fold (fun cc t -> snd (insert cc t)) cc in
let insert_terms cc = List.fold (fun cc t -> snd (insert cc t)) cc in
(* start from all initial states that are still valid and find new representatives if necessary *)
(* new_reps maps each representative term to the new representative of the equivalence class *)
(*but new_reps contains an element but not necessarily the representative!!*)
Expand Down

0 comments on commit 700017f

Please sign in to comment.