Removing dead code

This commit is contained in:
Viktor Klang 2010-09-20 21:40:10 +02:00
parent 35a160dd93
commit bc4a7f6747

View file

@ -188,14 +188,4 @@ class ExecutorBasedEventDrivenDispatcher(
config(this)
buildThreadPool
}
}
/**
* Usable to create a single-threaded dispatcher
*/
object SingleThread extends Function1[ThreadPoolBuilder,Unit] {
def apply(b: ThreadPoolBuilder) {
b setCorePoolSize 1
b setMaxPoolSize 1
}
}