aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declaremods.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-12-08 11:06:29 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-12-08 11:06:29 +0000
commitf468e43f60f433f0f3f60d394d617072d0aed143 (patch)
tree674132794d96f751a03b640764dd8c9f52ec1b07 /library/declaremods.ml
parent2f0e6e0a89babb9c4ee4e513d6cbd6de2f858a3a (diff)
Declaremods.ml: a useless function wrongly introduced in last commit
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12569 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/declaremods.ml')
-rw-r--r--library/declaremods.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/library/declaremods.ml b/library/declaremods.ml
index 62b78af93..97047ebd7 100644
--- a/library/declaremods.ml
+++ b/library/declaremods.ml
@@ -897,11 +897,6 @@ let get_includeself_substobjs env objs me is_mod =
([],mp_self,subst_objects subst objects)
with NothingToDo -> objs
-let id_of_mp = function
- | MPfile dir -> List.hd (repr_dirpath dir)
- | MPbound mbid -> id_of_mbid mbid
- | MPdot (_,l) -> id_of_label l
-
let declare_one_include interp_struct me_ast is_mod =
let env = Global.env() in
let me = interp_struct env me_ast in