From 60b43800186a8074cdee4d31de7bcf10860daadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MICHELOUD?= Date: Mon, 10 Jun 2019 20:12:00 +0200 Subject: [PATCH] remove refs to scala-xml in shell scripts --- dist/bin/common | 1 - dist/bin/dotc | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/bin/common b/dist/bin/common index 3d2ef0a549e2..e039bc369714 100755 --- a/dist/bin/common +++ b/dist/bin/common @@ -109,7 +109,6 @@ DOTTY_INTF=$(find_lib "*dotty-interfaces*") DOTTY_LIB=$(find_lib "*dotty-library*") SCALA_ASM=$(find_lib "*scala-asm*") SCALA_LIB=$(find_lib "*scala-library*") -SCALA_XML=$(find_lib "*scala-xml*") SBT_INTF=$(find_lib "*compiler-interface*") JLINE_READER=$(find_lib "*jline-reader-3*") JLINE_TERMINAL=$(find_lib "*jline-terminal-3*") diff --git a/dist/bin/dotc b/dist/bin/dotc index 70154e490511..894f16641730 100755 --- a/dist/bin/dotc +++ b/dist/bin/dotc @@ -52,7 +52,6 @@ classpathArgs () { # echo "dotty-library: $DOTTY_LIB" # echo "scala-asm: $SCALA_ASM" # echo "scala-lib: $SCALA_LIB" - # echo "scala-xml: $SCALA_XML" # echo "sbt-intface: $SBT_INTF" toolchain=""