Removing residue of old ActorRef interface

This commit is contained in:
Viktor Klang 2011-06-04 16:29:23 -07:00
parent 66ad188222
commit 56a172bbdd

View file

@ -295,7 +295,6 @@ private[akka] class AsyncCallbackAdapter(exchange: Exchange, callback: AsyncCall
}
def actorClass: Class[_ <: Actor] = unsupported
def actorClassName = unsupported
def dispatcher_=(md: MessageDispatcher): Unit = unsupported
def dispatcher: MessageDispatcher = unsupported
def makeRemote(hostname: String, port: Int): Unit = unsupported