aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorletouzey2008-05-07 18:53:48 +0000
committerletouzey2008-05-07 18:53:48 +0000
commit47a3b5afc264a45076a519682c094e207d4d210e (patch)
tree8b7be3f13dc7a8f45624c8d9830d7ae3bee31ff0
parent60b49fdbb9ac386b2d9226210f1bbf8de5e45ed4 (diff)
Integration of theories/Ints into theories/Numbers, part 3: fixing forgotten coqinit.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10901 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--toplevel/coqinit.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/toplevel/coqinit.ml b/toplevel/coqinit.ml
index 325debad3b..daae9b94e1 100644
--- a/toplevel/coqinit.ml
+++ b/toplevel/coqinit.ml
@@ -83,7 +83,6 @@ let theories_dirs_map = [
"theories/Lists", "Lists" ;
"theories/Wellfounded", "Wellfounded" ;
"theories/Relations", "Relations" ;
- "theories/Ints", "Ints" ;
"theories/Numbers", "Numbers" ;
"theories/QArith", "QArith" ;
"theories/NArith", "NArith" ;