You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/10/21 21:08:25 UTC

mesos git commit: Removed stale comment in slave.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master cfb901d2b -> 0afa64434


Removed stale comment in slave.hpp.


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

Branch: refs/heads/master
Commit: 0afa64434fd4d0f497946e8eb7c2c9e51fddd2b5
Parents: cfb901d
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Oct 21 12:07:55 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Oct 21 12:07:59 2015 -0700

----------------------------------------------------------------------
 src/slave/slave.hpp | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0afa6443/src/slave/slave.hpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.hpp b/src/slave/slave.hpp
index 70342cb..d81a9c4 100644
--- a/src/slave/slave.hpp
+++ b/src/slave/slave.hpp
@@ -183,9 +183,6 @@ public:
       const ExecutorID& executorId,
       const std::string& data);
 
-  // NOTE: This handler is added to make it easy for upgrading slaves
-  // and masters to 0.22.0. A 0.22.0 master will send PingSlaveMessage
-  // which will call this method.
   void ping(const process::UPID& from, bool connected);
 
   // Handles the status update.