Skip to content

Commit

Permalink
Remove commented out code in RelationPriv.PerMutexMeetPrivTID.write_g…
Browse files Browse the repository at this point in the history
…lobal
  • Loading branch information
sim642 committed Jan 29, 2024
1 parent 3bafccb commit ae5c42e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/analyses/apron/relationPriv.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1059,12 +1059,8 @@ struct
in
{rel = rel_local'; priv = (W.add g w,LMust.add lm lmust,l')}
)
else (
(* let rel_side = RD.keep_vars rel_local [g_var] in
let rel_side = Cluster.unlock (W.singleton g) rel_side in
let l' = L.add lm rel_side l in *)
else
{rel = rel_local; priv = (W.add g w,lmust,l)}
)

let lock ask getg (st: relation_components_t) m =
let atomic = Param.handle_atomic && LockDomain.Addr.equal m (atomic_mutex) in
Expand Down

0 comments on commit ae5c42e

Please sign in to comment.