From 015163eb10d41313faa8b58715067d12eee4873f Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 11 Mar 2009 14:09:47 +0000 Subject: Cleanup: remove unused config/giveostype.ml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11973 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/giveostype.ml | 1 - configure | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 config/giveostype.ml 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 -- cgit v1.2.3