diff --git a/src/opam_graph.ml b/src/opam_graph.ml index bb74770..33a81f6 100644 --- a/src/opam_graph.ml +++ b/src/opam_graph.ml @@ -11,8 +11,6 @@ let sprintf = Printf.sprintf module OSet = OpamPackage.Set -type package = OpamPackage.t - let packages (switch : OpamFile.SwitchExport.t) = assert (OSet.cardinal switch.selections.sel_pinned = 0); assert (OSet.cardinal switch.selections.sel_compiler = 0);