Removing unused code and the isShutdown method

This commit is contained in:
Viktor Klang 2010-10-24 01:18:59 +02:00
parent c241703a01
commit 149d346e5f
7 changed files with 24 additions and 27 deletions

View file

@ -101,8 +101,6 @@ class ExecutorBasedEventDrivenDispatcher(
registerForExecution(mbox)
}
def isShutdown = active.isOff
/**
* @return the mailbox associated with the actor
*/