removed -B option;
authorwenzelm
Wed, 20 Oct 1999 11:06:47 +0200
changeset 7888 6e9669c311ae
parent 7887 eedfff88ee40
child 7889 56e91ac0f074
removed -B option;
lib/Tools/usedir
--- a/lib/Tools/usedir	Wed Oct 20 11:05:38 1999 +0200
+++ b/lib/Tools/usedir	Wed Oct 20 11:06:47 1999 +0200
@@ -15,7 +15,6 @@
   echo "Usage: $PRG LOGIC NAME"
   echo
   echo "  Options are:"
-  echo "    -B           build mode with THIS_IS_ISABELLE_BUILD indication"
   echo "    -P PATH      set path for remote theory browsing information"
   echo "    -b           build mode (output heap image, using current dir)"
   echo "    -d FORMAT    build document as FORMAT (default false)"
@@ -47,14 +46,9 @@
 function getoptions()
 {
   OPTIND=1
-  while getopts "BP:bc:d:i:rs:" OPT
+  while getopts "P:bc:d:i:rs:" OPT
   do
     case "$OPT" in
-      B)
-        BUILD=true
-        unset ISABELLE_SETTINGS_PRESENT
-        export THIS_IS_ISABELLE_BUILD=true
-        ;;
       b)
         BUILD=true
         ;;