From 8fc2509f354b02ec4e0a3eb6fabc329109686c47 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Wed, 5 Mar 2014 16:50:04 +0100 Subject: Remove some dead-code (thanks to ocaml warnings) The removed code isn't used locally and isn't exported in the signature --- tactics/equality.mli | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tactics/equality.mli') diff --git a/tactics/equality.mli b/tactics/equality.mli index e8b142d89..681b366db 100644 --- a/tactics/equality.mli +++ b/tactics/equality.mli @@ -9,7 +9,6 @@ (*i*) open Names open Term -open Context open Evd open Environ open Tacmach @@ -43,9 +42,8 @@ val rewriteRL : ?tac:(unit Proofview.tactic * conditions) -> constr -> unit Pro (* Warning: old [general_rewrite_in] is now [general_rewrite_bindings_in] *) val general_rewrite_clause : - (Id.t option -> orientation -> - occurrences -> constr with_bindings -> new_goals:constr list -> unit Proofview.tactic) Hook.t -val is_applied_rewrite_relation : (env -> evar_map -> rel_context -> constr -> constr option) Hook.t + (Id.t option -> orientation -> occurrences -> constr with_bindings -> + new_goals:constr list -> unit Proofview.tactic) Hook.t val general_rewrite_ebindings_clause : Id.t option -> orientation -> occurrences -> freeze_evars_flag -> dep_proof_flag -> -- cgit v1.2.3