Skip to content

Commit 74e7196

Browse files
authored
Merge pull request #580 from davesnx/patch-1
Remove unused code from Code_path
2 parents 31e5638 + 2628c34 commit 74e7196

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/code_path.ml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,4 @@ let enter_value ~loc value_name t =
6969
}
7070

7171
let to_string_path t = String.concat ~sep:"." (t.file_path :: submodule_path t)
72-
let with_string_path f ~loc ~path = f ~loc ~path:(to_string_path path);;
73-
74-
let module M = struct
75-
let a = "lol"
76-
end in
77-
M.a
72+
let with_string_path f ~loc ~path = f ~loc ~path:(to_string_path path)

0 commit comments

Comments
 (0)