summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-20 13:43:47 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-20 13:43:47 +0000
commit7ccea812b72c15670fb3c5026acb7856a36e7fad (patch)
treeae588207aeb2a4414804357d7aad20e6c867d73c /src/compiler
parentec2227a0609b192f3365394ce73ea665debf06fa (diff)
downloadscala-7ccea812b72c15670fb3c5026acb7856a36e7fad.tar.gz
scala-7ccea812b72c15670fb3c5026acb7856a36e7fad.tar.bz2
scala-7ccea812b72c15670fb3c5026acb7856a36e7fad.zip
1.
2. Removed dead text in ant/NSC.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/ant/NSC.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiler/scala/tools/nsc/ant/NSC.scala b/src/compiler/scala/tools/nsc/ant/NSC.scala
index 9010a92bf9..33ae7d4f03 100644
--- a/src/compiler/scala/tools/nsc/ant/NSC.scala
+++ b/src/compiler/scala/tools/nsc/ant/NSC.scala
@@ -609,11 +609,6 @@ package scala.tools.nsc.ant {
settings.debuginfo.value = debugInfo;
if (!logPhase.isEmpty) settings.log.value = logPhase;
- // Sets path properties to prevent ClassPath from being corrupted.
- // It this isn't done, classpath will contain more than
- //System.setProperty("scala.library.class.path", "");
- //System.setProperty("scala.library.source.path", "");
-
// Compiles the actual code
val compiler = new Global(settings, reporter);
try {