From 02637a10ef16b209db8a63b3ea5924945ddfc2bc Mon Sep 17 00:00:00 2001 From: David Glasser Date: Wed, 5 Nov 2014 12:04:30 -0800 Subject: [PATCH] progress: remove duplicate assignment --- tools/progress.js | 2 -- 1 file changed, 2 deletions(-) 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) {