aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-19 21:17:28 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-19 21:17:28 +0000
commit3a304ad8434e1c4f5428159aaa029f4b7734685e (patch)
treebc61c72e6c33cb98b04334e48368900443a9286d /toplevel
parent509cd11ac957c0ff97cbe9a0cd50852c74095e36 (diff)
some references to IntMap forgotten in last commit
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10700 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqinit.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/toplevel/coqinit.ml b/toplevel/coqinit.ml
index 95ffeb44a..10d64dcf8 100644
--- a/toplevel/coqinit.ml
+++ b/toplevel/coqinit.ml
@@ -74,7 +74,6 @@ let theories_dirs_map = [
"theories/Classes", "Classes" ;
"theories/Program", "Program" ;
"theories/FSets", "FSets" ;
- "theories/IntMap", "IntMap" ;
"theories/Reals", "Reals" ;
"theories/Strings", "Strings" ;
"theories/Sorting", "Sorting" ;