aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdoc/index.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-10-16 02:01:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-10-16 02:01:33 +0000
commita4b80ae55c5b1fc8b6c8ad5028a359cd6d5d6ce8 (patch)
treecf4e77fc24bff4f4d852006c412d0c4020e08be0 /tools/coqdoc/index.ml
parente7cb2935f99b0462410bdf4e9fc8e6692ed4f2c9 (diff)
Removed dead code about linking Module names in coqdoc.
Code was probably unused since scan_file made obsolete in r11024. See also r12890. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15892 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coqdoc/index.ml')
-rw-r--r--tools/coqdoc/index.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/coqdoc/index.ml b/tools/coqdoc/index.ml
index 026595b6b..a39b78795 100644
--- a/tools/coqdoc/index.ml
+++ b/tools/coqdoc/index.ml
@@ -33,7 +33,6 @@ type entry_type =
type index_entry =
| Def of string * entry_type
| Ref of coq_module * string * entry_type
- | Mod of coq_module * string
let current_library = ref ""
(** refers to the file being parsed *)