From 2faa03903f63523707503ff7b10acac0f959ed0a Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 12 Oct 2016 23:28:12 +0200 Subject: Remove dead code in Environ. --- kernel/environ.mli | 8 -------- 1 file changed, 8 deletions(-) (limited to 'kernel/environ.mli') diff --git a/kernel/environ.mli b/kernel/environ.mli index 235ba2fd1..6ac00088b 100644 --- a/kernel/environ.mli +++ b/kernel/environ.mli @@ -264,14 +264,6 @@ val apply_to_hyp : named_context_val -> variable -> (Context.Named.t -> Context.Named.Declaration.t -> Context.Named.t -> Context.Named.Declaration.t) -> named_context_val -(** [apply_to_hyp_and_dependent_on sign id f g] split [sign] into - [tail::(id,_,_)::head] and - return [(g tail)::(f (id,_,_))::head]. *) -val apply_to_hyp_and_dependent_on : named_context_val -> variable -> - (Context.Named.Declaration.t -> named_context_val -> Context.Named.Declaration.t) -> - (Context.Named.Declaration.t -> named_context_val -> Context.Named.Declaration.t) -> - named_context_val - val remove_hyps : Id.Set.t -> (Context.Named.Declaration.t -> Context.Named.Declaration.t) -> (Pre_env.lazy_val -> Pre_env.lazy_val) -> named_context_val -> named_context_val -- cgit v1.2.3