diff --git a/tools/progress.js b/tools/progress.js index ced839abdc..87f3a28882 100644 --- a/tools/progress.js +++ b/tools/progress.js @@ -180,8 +180,6 @@ _.extend(Progress.prototype, { _updateTotalState: function () { var self = this; - var state = _.clone(self._selfState); - var allChildrenDone = true; var state = _.clone(self._selfState); _.each(self._allTasks, function (child) {