From 4e5ed2d6ba574ee6449e511dc27e8da32331dd07 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Tue, 10 Mar 2020 03:41:20 -0400 Subject: [clib] Remove module CStack This is only used in `Ccalgo` and it does not provide any advantage these days over the upstream OCaml implementation. --- lib/util.ml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/util.ml') diff --git a/lib/util.ml b/lib/util.ml index e2447b005e..ae8119ced0 100644 --- a/lib/util.ml +++ b/lib/util.ml @@ -82,10 +82,6 @@ module Set = CSet module Map = CMap -(* Stacks *) - -module Stack = CStack - (* Matrices *) let matrix_transpose mat = -- cgit v1.2.3