Skip to content

Commit b2fba1f

Browse files
committed
don't let arinc make anything private
1 parent 0261799 commit b2fba1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyses/arinc.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,8 @@ struct
617617
if Pri.is_int d.pri then
618618
`Int (Option.get @@ Pri.to_int d.pri)
619619
else if Pri.is_top d.pri then `Top else `Bot
620-
| Queries.IsPublic _ ->
621-
`Bool ((PrE.to_int d.pre = Some 0L || PrE.to_int d.pre = None) && (not (mode_is_init d.pmo)))
620+
(* | Queries.IsPublic _ -> *)
621+
(* `Bool ((PrE.to_int d.pre = Some 0L || PrE.to_int d.pre = None) && (not (mode_is_init d.pmo))) *)
622622
| _ -> Queries.Result.top ()
623623

624624
let finalize () =

0 commit comments

Comments
 (0)