summaryrefslogtreecommitdiff
path: root/src/detach
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-03-14 12:26:38 -0700
committerPaul Phillips <paulp@improving.org>2012-03-14 12:26:38 -0700
commit5b562d4e7e451156236b48b3591db980a5691f8d (patch)
tree3124bf445563990531abd2b68be6750a99c1162c /src/detach
parent55990c9ec619cf212a31db4f818dedb5d3150157 (diff)
downloadscala-5b562d4e7e451156236b48b3591db980a5691f8d.tar.gz
scala-5b562d4e7e451156236b48b3591db980a5691f8d.tar.bz2
scala-5b562d4e7e451156236b48b3591db980a5691f8d.zip
Cleaning up stray ScalaObject references.
Diffstat (limited to 'src/detach')
-rw-r--r--src/detach/plugin/scala/tools/detach/Detach.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/detach/plugin/scala/tools/detach/Detach.scala b/src/detach/plugin/scala/tools/detach/Detach.scala
index 546041844e..41a3795a49 100644
--- a/src/detach/plugin/scala/tools/detach/Detach.scala
+++ b/src/detach/plugin/scala/tools/detach/Detach.scala
@@ -746,8 +746,7 @@ abstract class Detach extends PluginComponent
// Variant 1: rebind/unbind
val cparents = List(UnicastRemoteObjectClass.tpe, iface.tpe, UnreferencedClass.tpe)
// Variant 2: un-/exportObject
- //val cparents = List(ObjectClass.tpe, iface.tpe,
- // UnreferencedClass.tpe, ScalaObjectClass.tpe)
+ //val cparents = List(ObjectClass.tpe, iface.tpe, UnreferencedClass.tpe)
iclaz setInfo ClassInfoType(cparents, newScope, iclaz)
val proxy = (iface, iclaz, new mutable.HashMap[Symbol, Symbol])
proxies(clazz) = proxy