Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 29, 2023
1 parent 1cd4fca commit d702170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analysis/index_format.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module Lid : Set.OrderedType with type t = Longident.t Location.loc = struct
| n -> n

let compare (t1 : t) (t2 : t) =
(* TODO CHECK...*)
match compare_pos t1.loc.loc_start t2.loc.loc_start with
| 0 -> compare_pos t1.loc.loc_end t2.loc.loc_end
| n -> n
Expand Down

0 comments on commit d702170

Please sign in to comment.