aboutsummaryrefslogtreecommitdiff
path: root/engine/evarutil.ml
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-03-11 01:14:28 +0100
committerEmilio Jesus Gallego Arias2018-05-30 17:50:37 +0200
commit0dc79e09b2b7c369b35191191aa257451a536540 (patch)
tree56ecf715bf703828818c31a2279718cc1e31d479 /engine/evarutil.ml
parent118d24281bc62bb7ff503abee56f156545eb9eea (diff)
[api] Remove deprecated objects in engine / interp / library
Diffstat (limited to 'engine/evarutil.ml')
-rw-r--r--engine/evarutil.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/evarutil.ml b/engine/evarutil.ml
index afedfe180b..648f960354 100644
--- a/engine/evarutil.ml
+++ b/engine/evarutil.ml
@@ -875,6 +875,3 @@ let eq_constr_univs_test sigma1 sigma2 t u =
(universes sigma2) fold t u sigma2
in
match ans with None -> false | Some _ -> true
-
-type type_constraint = EConstr.types option
-type val_constraint = EConstr.constr option