aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/mod_subst.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-11 19:18:46 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-11 19:18:46 +0000
commit1d651163f5a0d5cc9c06059e29332c493ec70664 (patch)
treef134986dfb75947cd1a83a9721a5fc20f4077305 /kernel/mod_subst.mli
parentb6451f561214b5bb7a4206b0a096b0cbbb76a25b (diff)
Mod_subst: an unused function
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14551 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/mod_subst.mli')
-rw-r--r--kernel/mod_subst.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/mod_subst.mli b/kernel/mod_subst.mli
index e06cc816d..90b3d8c69 100644
--- a/kernel/mod_subst.mli
+++ b/kernel/mod_subst.mli
@@ -55,10 +55,6 @@ val delta_of_mp : delta_resolver -> module_path -> module_path
(** Extract the set of inlined constant in the resolver *)
val inline_of_delta : int option -> delta_resolver -> (int * kernel_name) list
-(** remove_mp is used for the computation of a resolver induced by Include P *)
-val remove_mp_delta_resolver : delta_resolver -> module_path -> delta_resolver
-
-
(** mem tests *)
val mp_in_delta : module_path -> delta_resolver -> bool