diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/refiner.ml | 3 | ||||
| -rw-r--r-- | proofs/refiner.mli | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml index f0e8bf3ec7..b47e16a3c1 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 = diff --git a/proofs/refiner.mli b/proofs/refiner.mli index a74d8a46d3..171b008d12 100644 --- a/proofs/refiner.mli +++ b/proofs/refiner.mli @@ -39,7 +39,6 @@ val tclPUSHCONTEXT : Evd.rigid -> Univ.universe_context_set -> tactic -> tactic val tclPUSHEVARUNIVCONTEXT : Evd.evar_universe_context -> tactic val tclPUSHCONSTRAINTS : Univ.constraints -> tactic -val tclPUSHUNIVERSECONSTRAINTS : Univ.UniverseConstraints.t -> tactic (** [tclTHEN tac1 tac2 gls] applies the tactic [tac1] to [gls] and applies [tac2] to every resulting subgoals *) |
