You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/02/13 10:31:06 UTC

mesos git commit: Removed unnecessary comment from master.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master e233cd990 -> b6a5d3585


Removed unnecessary comment from master.hpp.

Review: https://reviews.apache.org/r/43536/


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

Branch: refs/heads/master
Commit: b6a5d3585844b48969b79729d847c5f333af984a
Parents: e233cd9
Author: Greg Mann <gr...@mesosphere.io>
Authored: Sat Feb 13 10:30:47 2016 +0100
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Sat Feb 13 10:30:47 2016 +0100

----------------------------------------------------------------------
 src/master/master.hpp | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b6a5d358/src/master/master.hpp
----------------------------------------------------------------------
diff --git a/src/master/master.hpp b/src/master/master.hpp
index 3a7e182..2f2ad2a 100644
--- a/src/master/master.hpp
+++ b/src/master/master.hpp
@@ -279,8 +279,6 @@ struct Slave
     usedResources[frameworkId] -=
       executors[frameworkId][executorId].resources();
 
-    // XXX Remove.
-
     executors[frameworkId].erase(executorId);
     if (executors[frameworkId].empty()) {
       executors.erase(frameworkId);