lib/scripts/getfunctions
changeset 71736 a2afc7ed2c68
parent 71733 6c470c918aad
child 72162 5894859c5c84
--- a/lib/scripts/getfunctions	Wed Apr 08 14:09:32 2020 +0200
+++ b/lib/scripts/getfunctions	Wed Apr 08 14:25:28 2020 +0200
@@ -113,22 +113,6 @@
 }
 export -f classpath
 
-#Isabelle/Scala tools
-function isabelle_scala_tools ()
-{
-  local X=""
-  for X in "$@"
-  do
-    if [ -z "$ISABELLE_SCALA_TOOLS" ]; then
-      ISABELLE_SCALA_TOOLS="$X"
-    else
-      ISABELLE_SCALA_TOOLS="$ISABELLE_SCALA_TOOLS:$X"
-    fi
-  done
-  export ISABELLE_SCALA_TOOLS
-}
-export -f isabelle_scala_tools
-
 #Isabelle fonts
 function isabelle_fonts ()
 {