remove unused thread pool

This commit is contained in:
Imran Rashid 2013-01-16 12:21:37 -08:00
parent cb867e9ffb
commit eae698f755

View file

@ -24,9 +24,6 @@ private[spark] class StandaloneExecutorBackend(
with ExecutorBackend
with Logging {
val threadPool = new ThreadPoolExecutor(
1, 128, 600, TimeUnit.SECONDS, new SynchronousQueue[Runnable])
var master: ActorRef = null
override def preStart() {