mirror of https://gitee.com/bigwinds/arangodb
removed unused variables
This commit is contained in:
parent
f4213c02ff
commit
deff511fbf
|
@ -32,7 +32,6 @@
|
|||
// --SECTION-- Planner functionality
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
var fs = require("fs");
|
||||
var download = require("internal").download;
|
||||
|
||||
// Our default configurations:
|
||||
|
@ -425,7 +424,6 @@ Planner.prototype.makePlan = function() {
|
|||
|
||||
// Distribute coordinators to dispatchers
|
||||
var coordinators = [];
|
||||
var count;
|
||||
pf = [];
|
||||
d = 0;
|
||||
i = 0;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
var jsunity = require("jsunity");
|
||||
var internal = require("internal");
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// --SECTION-- agency
|
||||
|
|
Loading…
Reference in New Issue