Skip to content

Commit 98fe41a

Browse files
committed
remove now irrelevant comment
1 parent e9d3bf8 commit 98fe41a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analysis/src/Cache.ml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ let deleteCache filename = try Sys.remove filename with _ -> ()
2525

2626
let targetFileFromLibBs libBs = Filename.concat libBs ".project-files-cache"
2727

28-
(* TODO: Fix the potential infinite loop here *)
2928
let cacheProject (package : package) =
3029
let cached =
3130
{

0 commit comments

Comments
 (0)