aboutsummaryrefslogtreecommitdiff
path: root/kernel/reduction.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-06-17 14:26:02 +0200
committerPierre-Marie Pédrot2014-06-17 15:44:38 +0200
commit90d64647d3fd5dbf5c337944dc0038f0b19b8a51 (patch)
treeb33528c72730ec541a75e3d0baaead6789f4dcb9 /kernel/reduction.ml
parentd412844753ef25f4431c209f47b97b9fa498297d (diff)
Removing dead code.
Diffstat (limited to 'kernel/reduction.ml')
-rw-r--r--kernel/reduction.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/reduction.ml b/kernel/reduction.ml
index a6e107d3fa..1e6f157ab5 100644
--- a/kernel/reduction.ml
+++ b/kernel/reduction.ml
@@ -172,7 +172,6 @@ type conv_pb =
| CUMUL
let is_cumul = function CUMUL -> true | CONV -> false
-let is_pos = function Pos -> true | Null -> false
type 'a universe_compare =
{ (* Might raise NotConvertible *)
@@ -186,8 +185,6 @@ type ('a,'b) generic_conversion_function = env -> 'b universe_state -> 'a -> 'a
type 'a infer_conversion_function = env -> Univ.universes -> 'a -> 'a -> Univ.constraints
-type conv_universes = Univ.universes * Univ.constraints option
-
let sort_cmp_universes pb s0 s1 (u, check) =
(check.compare pb s0 s1 u, check)