Removing pointless Index in the Remoting

This commit is contained in:
Viktor Klang 2011-10-12 14:12:11 +02:00
parent 44e1562350
commit 41029e2f83

View file

@ -58,7 +58,6 @@ object RemoteEncoder {
trait NettyRemoteClientModule extends RemoteClientModule {
self: ListenerManagement
private val remoteClients = new HashMap[RemoteAddress, RemoteClient]
private val remoteActors = new Index[RemoteAddress, Uuid](1024, _ compareTo _)
private val lock = new ReadWriteGuard
protected[akka] def send[T](message: Any,