Removing dead code

This commit is contained in:
Viktor Klang 2010-09-20 21:40:10 +02:00
parent d2abefc982
commit 362c930623

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
}
}