1
0
Fork 0

removed unused variables

This commit is contained in:
Jan Steemann 2014-02-12 17:14:27 +01:00
parent f4213c02ff
commit deff511fbf
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -26,7 +26,6 @@
////////////////////////////////////////////////////////////////////////////////
var jsunity = require("jsunity");
var internal = require("internal");
// -----------------------------------------------------------------------------
// --SECTION-- agency