diff options
| author | Emilio Jesus Gallego Arias | 2020-03-10 03:41:20 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-03-10 03:41:20 -0400 |
| commit | 4e5ed2d6ba574ee6449e511dc27e8da32331dd07 (patch) | |
| tree | 1c01577abed111554976fe7127f90b4fc994c8fe /lib/util.ml | |
| parent | bab342d98d413a2b7a20da98c8dbec7616f54bce (diff) | |
[clib] Remove module CStack
This is only used in `Ccalgo` and it does not provide any advantage
these days over the upstream OCaml implementation.
Diffstat (limited to 'lib/util.ml')
| -rw-r--r-- | lib/util.ml | 4 |
1 files changed, 0 insertions, 4 deletions
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 = |
