summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiles Sabin <miles@milessabin.com>2009-05-27 09:34:38 +0000
committerMiles Sabin <miles@milessabin.com>2009-05-27 09:34:38 +0000
commitea7734643beb260bdec1956f60d50efe0b364024 (patch)
tree0dfa1546c3e04c33d9b5e6814ac9c8c4ee9b64db /src
parente01b0f41ef7cc48df2efc7de84f7739e07970751 (diff)
downloadscala-ea7734643beb260bdec1956f60d50efe0b364024.tar.gz
scala-ea7734643beb260bdec1956f60d50efe0b364024.tar.bz2
scala-ea7734643beb260bdec1956f60d50efe0b364024.zip
Reverted bogus fix.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/compiler/scala/tools/nsc/interactive/Global.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala
index fe9b799796..0ad7c1b5aa 100755
--- a/src/compiler/scala/tools/nsc/interactive/Global.scala
+++ b/src/compiler/scala/tools/nsc/interactive/Global.scala
@@ -162,8 +162,6 @@ self =>
unit.contexts.clear()
ResetAttrs.traverse(unit.body)
currentTyperRun.enterNames(unit)
- unit.body = EmptyTree // Not sure if this is correct, but it makes the
- // observable behaviour more stable
unit.status = JustParsed
}