Removed unused 'slaves' variable from controllers.js.

Original review: https://reviews.apache.org/r/12714/

From: Ross Allen <ross...@mesosphe.re>
Review: https://reviews.apache.org/r/12740


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9b0daff2
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9b0daff2
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9b0daff2

Branch: refs/heads/master
Commit: 9b0daff2868ee6b8752839c57d3c61d86d9bb1f7
Parents: 10dfbfe
Author: Benjamin Mahler <bmah...@twitter.com>
Authored: Thu Jul 18 16:41:04 2013 -0700
Committer: Benjamin Mahler <bmah...@twitter.com>
Committed: Thu Jul 18 16:41:04 2013 -0700

----------------------------------------------------------------------
 src/webui/master/static/js/controllers.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9b0daff2/src/webui/master/static/js/controllers.js
----------------------------------------------------------------------
diff --git a/src/webui/master/static/js/controllers.js 
b/src/webui/master/static/js/controllers.js
index f8db42b..2d4766f 100644
--- a/src/webui/master/static/js/controllers.js
+++ b/src/webui/master/static/js/controllers.js
@@ -1,7 +1,6 @@
 (function() {
   'use strict';
 
-  var slaves = [];
   var mesosApp = angular.module('mesos');
 
   // Table Object.

Reply via email to