From e4a3e63ff7aef43711b01a0cc45612e984060f8e Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 12 Mar 2015 11:42:59 +0000 Subject: [PATCH] remove unused parameter --- services/spelling/app/coffee/ASpellWorkerPool.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/spelling/app/coffee/ASpellWorkerPool.coffee b/services/spelling/app/coffee/ASpellWorkerPool.coffee index 28f9354180..17b4104466 100644 --- a/services/spelling/app/coffee/ASpellWorkerPool.coffee +++ b/services/spelling/app/coffee/ASpellWorkerPool.coffee @@ -11,7 +11,6 @@ class ASpellWorkerPool constructor: (@options) -> @PROCESS_POOL = [] - @timeout = 1000 create: (language) -> if @PROCESS_POOL.length >= @MAX_WORKERS