mirror of https://gitee.com/bigwinds/arangodb
Removed unused variable.
This commit is contained in:
parent
cc6a141d66
commit
aaefbfb79f
|
@ -33,7 +33,6 @@ var QUEUE_MANAGER_PERIOD = 1000, // in ms
|
|||
workers = require('org/arangodb/tasks'),
|
||||
arangodb = require('org/arangodb'),
|
||||
db = arangodb.db,
|
||||
taskDefaults,
|
||||
queues,
|
||||
Queue,
|
||||
worker;
|
||||
|
|
Loading…
Reference in New Issue