Skip to content

Commit 476749d

Browse files
committed
unused open
1 parent 7b46350 commit 476749d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

analysis/src/ProcessCmt.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,8 +1005,6 @@ let fullForCmt ~moduleName ~package ~uri cmt =
10051005
extraForCmt ~iterator infos;
10061006
Some {file; extra; package}
10071007

1008-
open SharedTypes
1009-
10101008
let newFileForCmt ~moduleName cmtCache changed ~cmt ~uri =
10111009
match fileForCmt ~moduleName ~uri cmt with
10121010
| None -> None
@@ -1137,5 +1135,3 @@ let exportedForTip ~(env : QueryEnv.t) name (tip : Tip.t) =
11371135
| Field _ | Constructor _ | Type ->
11381136
Exported.find env.exported Exported.Type name
11391137
| Module -> Exported.find env.exported Exported.Module name
1140-
1141-
module ZZZ = Tast_iterator

0 commit comments

Comments
 (0)