From 337eb3ba61ebae5321b8423e2f7a2a53d21c9c65 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 27 Dec 2022 22:06:22 +0100 Subject: [PATCH] remove unused type alias --- src/opam_graph.ml | 2 -- 1 file changed, 2 deletions(-) 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);