diff options
| author | Pierre-Marie Pédrot | 2020-03-11 10:00:26 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-03-11 10:00:26 +0100 |
| commit | c64623b766854b4a5adc674e3966a359da2d0ef8 (patch) | |
| tree | 6014a26d300ee78505e0fcdc29eb59f86e2a81c9 /lib/util.ml | |
| parent | 98b25745ab50df8f5f263cd32dbe8525aa525ea8 (diff) | |
| parent | 05d5d1b0aa6a72097f25ecf99d29f582d32c0d96 (diff) | |
Merge PR #11790: [lib] [ccalgo] Remove unused code / cleanup
Reviewed-by: ppedrot
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 = |
