remove unused type alias
This commit is contained in:
parent
a54994a7a2
commit
337eb3ba61
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ let sprintf = Printf.sprintf
|
||||||
|
|
||||||
module OSet = OpamPackage.Set
|
module OSet = OpamPackage.Set
|
||||||
|
|
||||||
type package = OpamPackage.t
|
|
||||||
|
|
||||||
let packages (switch : OpamFile.SwitchExport.t) =
|
let packages (switch : OpamFile.SwitchExport.t) =
|
||||||
assert (OSet.cardinal switch.selections.sel_pinned = 0);
|
assert (OSet.cardinal switch.selections.sel_pinned = 0);
|
||||||
assert (OSet.cardinal switch.selections.sel_compiler = 0);
|
assert (OSet.cardinal switch.selections.sel_compiler = 0);
|
||||||
|
|
Loading…
Reference in a new issue