Removing dead imports from akka-actor

This commit is contained in:
Viktor Klang 2012-01-25 15:38:04 +01:00
parent 7f3a9cd756
commit f7a45c0e8f
27 changed files with 20 additions and 75 deletions

View file

@ -6,7 +6,6 @@ package akka.actor
import akka.dispatch._
import akka.japi.Creator
import akka.util._
import collection.immutable.Stack
import akka.routing._