Removing pointless Index in the Remoting
This commit is contained in:
parent
44e1562350
commit
41029e2f83
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue