Removing dead imports from akka-remote

This commit is contained in:
Viktor Klang 2012-01-25 15:55:27 +01:00
parent 7f0c4e3d63
commit 1590438b0c
14 changed files with 3 additions and 36 deletions

View file

@ -1,11 +1,8 @@
package akka.remote
import akka.remote._
import akka.routing._
import akka.actor.{ Actor, Props }
import akka.testkit._
import akka.dispatch.Await
import akka.pattern.ask
object DirectRoutedRemoteActorMultiJvmSpec extends AbstractRemoteActorMultiJvmSpec {
override def NrOfNodes = 2