Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 26, 2023
1 parent b3dc4dd commit 15359b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/analysis/occurrences.ml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ let locs_of ~config ~scope ~env ~local_defs ~pos ~node:_ path =
log ~title:"locs_of" "Locate failed to find a definition.";
None
in
(* TODO CHECK THAT THIS IS A CORRECT WAY TO GET THE ABSOLUTE PATH TO CURRENT BUFFER*)
let current_buffer_path = Filename.concat config.query.directory config.query.filename in
let current_buffer_path =
Filename.concat config.query.directory config.query.filename
in
match def with
| Some (uid, loc) ->
log ~title:"locs_of" "Definition has uid %a (%a)"
Expand Down

0 comments on commit 15359b1

Please sign in to comment.