aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/refiner.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/refiner.ml')
-rw-r--r--proofs/refiner.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml
index f0e8bf3ec..b47e16a3c 100644
--- a/proofs/refiner.ml
+++ b/proofs/refiner.ml
@@ -337,9 +337,6 @@ let tclPUSHEVARUNIVCONTEXT ctx gl =
let tclPUSHCONSTRAINTS cst gl =
tclEVARS (Evd.add_constraints (project gl) cst) gl
-let tclPUSHUNIVERSECONSTRAINTS cst gl =
- tclEVARS (Evd.add_universe_constraints (project gl) cst) gl
-
(* Check that holes in arguments have been resolved *)
let check_evars env sigma extsigma origsigma =