Skip to content

Commit

Permalink
Avoid unused value warning on LibraryFunctions.all_library_descs
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jun 18, 2024
1 parent 0242316 commit 4812b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/library/libraryFunctions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ let libraries =
descs_tbl
) libraries

let all_library_descs: (string, LibraryDesc.t) Hashtbl.t =
let _all_library_descs: (string, LibraryDesc.t) Hashtbl.t =
Hashtbl.fold (fun _ descs_tbl acc ->
Hashtbl.merge (fun name desc1 desc2 ->
match desc1, desc2 with
Expand Down

0 comments on commit 4812b07

Please sign in to comment.