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
|
// --SECTION-- Planner functionality
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
var fs = require("fs");
|
|
||||||
var download = require("internal").download;
|
var download = require("internal").download;
|
||||||
|
|
||||||
// Our default configurations:
|
// Our default configurations:
|
||||||
|
@ -425,7 +424,6 @@ Planner.prototype.makePlan = function() {
|
||||||
|
|
||||||
// Distribute coordinators to dispatchers
|
// Distribute coordinators to dispatchers
|
||||||
var coordinators = [];
|
var coordinators = [];
|
||||||
var count;
|
|
||||||
pf = [];
|
pf = [];
|
||||||
d = 0;
|
d = 0;
|
||||||
i = 0;
|
i = 0;
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
var jsunity = require("jsunity");
|
var jsunity = require("jsunity");
|
||||||
var internal = require("internal");
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// --SECTION-- agency
|
// --SECTION-- agency
|
||||||
|
|
Loading…
Reference in New Issue