remove unused parameter

This commit is contained in:
Brian Gough 2015-03-12 11:42:59 +00:00
parent c9771272df
commit e4a3e63ff7

View file

@ -11,7 +11,6 @@ class ASpellWorkerPool
constructor: (@options) ->
@PROCESS_POOL = []
@timeout = 1000
create: (language) ->
if @PROCESS_POOL.length >= @MAX_WORKERS