File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,6 @@ let library_full_filename dir =
141
141
try DPmap. find dir ! libraries_filename_table
142
142
with Not_found -> " <unavailable filename>"
143
143
144
- let overwrite_library_filenames f =
145
- let f =
146
- if Filename. is_relative f then Filename. concat (Sys. getcwd () ) f else f in
147
- DPmap. iter (fun dir _ -> register_library_filename dir f)
148
- ! libraries_table
149
-
150
144
let library_is_loaded dir =
151
145
try let _ = find_library dir in true
152
146
with Not_found -> false
Original file line number Diff line number Diff line change @@ -68,9 +68,6 @@ val loaded_libraries : unit -> DirPath.t list
68
68
(* * - Return the full filename of a loaded library. *)
69
69
val library_full_filename : DirPath .t -> string
70
70
71
- (* * - Overwrite the filename of all libraries (used when restoring a state) *)
72
- val overwrite_library_filenames : string -> unit
73
-
74
71
(* * {6 Native compiler. } *)
75
72
val native_name_from_filename : string -> string
76
73
You can’t perform that action at this time.
0 commit comments