Skip to content

Commit

Permalink
Remove commented-out code in RelationPriv.PerMutexMeetPriv.unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 15, 2024
1 parent fec2876 commit f8a666a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/analyses/apron/relationPriv.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,6 @@ struct
)
else (
(* Publish delayed unprotected write as if it were protected by the atomic section. *)
(* List.iter (fun var ->
match AV.find_metadata var with
| Some (Global g) -> sideg (V.mutex atomic_mutex) (RD.keep_vars rel [AV.global g])
| _ -> ()
) (RD.vars rel); *)
let rel_side = RD.keep_filter rel (fun var ->
match AV.find_metadata var with
| Some (Global g) -> true
Expand Down

0 comments on commit f8a666a

Please sign in to comment.