aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorletouzey2009-03-11 14:09:47 +0000
committerletouzey2009-03-11 14:09:47 +0000
commit015163eb10d41313faa8b58715067d12eee4873f (patch)
tree5e399610f96b27998141bb5086dd325e95eb4869
parentaa14c8adf52e6a98275ecfd2c71de470b56985da (diff)
Cleanup: remove unused config/giveostype.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11973 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--config/giveostype.ml1
-rwxr-xr-xconfigure6
2 files changed, 0 insertions, 7 deletions
diff --git a/config/giveostype.ml b/config/giveostype.ml
deleted file mode 100644
index e657bc79f5..0000000000
--- a/config/giveostype.ml
+++ /dev/null
@@ -1 +0,0 @@
-print_string Sys.os_type;;
diff --git a/configure b/configure
index 02045432f5..827019eedc 100755
--- a/configure
+++ b/configure
@@ -639,12 +639,6 @@ case $COQIDE in
no) LABLGTKINCLUDES="";;
esac
-# Tell on windows if ocaml understands cygwin or windows path formats
-
-#"$CAMLC" -o config/giveostype config/giveostype.ml
-#CAMLOSTYPE=`config/giveostype`
-#rm config/giveostype
-
# strip command
case $ARCH in