We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0261799 commit b2fba1fCopy full SHA for b2fba1f
src/analyses/arinc.ml
@@ -617,8 +617,8 @@ struct
617
if Pri.is_int d.pri then
618
`Int (Option.get @@ Pri.to_int d.pri)
619
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)))
+ (* | Queries.IsPublic _ -> *)
+ (* `Bool ((PrE.to_int d.pre = Some 0L || PrE.to_int d.pre = None) && (not (mode_is_init d.pmo))) *)
622
| _ -> Queries.Result.top ()
623
624
let finalize () =
0 commit comments