From e8b399400fb6d051e9d0b2b8b5f54137679d3b12 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 4 May 2006 11:57:27 +0000 Subject: removed unused variable SCALA_SCALA_ARGS in fil... removed unused variable SCALA_SCALA_ARGS in file test/scalatest --- test/scalatest | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/scalatest b/test/scalatest index faa9a97c87..2ea32bee11 100755 --- a/test/scalatest +++ b/test/scalatest @@ -561,9 +561,6 @@ SCALA="${BIN_DIR}scala"; SCALAC="${BIN_DIR}scalac -encoding iso-8859-1"; SCALAP="${BIN_DIR}scalap"; -SCALA_SCALA_ARGS="-Xmx512M $SCALA_SCALA_ARGS"; -export SCALA_SCALA_ARGS; - if [ -n "$OBJDIR" ]; then if [ -d "$OBJDIR" ] || mkdir -p "$OBJDIR"; then OBJDIR=`cd "$OBJDIR"; pwd`; -- cgit v1.2.3