Repository: mesos
Updated Branches:
  refs/heads/master 841f652b2 -> 80881423b


Removed outdated comments regarding `Slave::executorTerminated`.

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


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

Branch: refs/heads/master
Commit: 80881423ba626f952f1a0a71ac98be04fa18e275
Parents: 841f652
Author: Meng Zhu <m...@mesosphere.io>
Authored: Tue Jul 17 14:01:13 2018 -0700
Committer: Chun-Hung Hsiao <chhs...@mesosphere.io>
Committed: Tue Jul 17 14:01:13 2018 -0700

----------------------------------------------------------------------
 src/slave/slave.cpp | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/80881423/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 328b6f3..e574c24 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -6271,8 +6271,6 @@ void Slave::executorLaunched(
 }
 
 
-// Called by the isolator when an executor process terminates, and by
-// `Slave::launchExecutor` when executor secret generation fails.
 void Slave::executorTerminated(
     const FrameworkID& frameworkId,
     const ExecutorID& executorId,

Reply via email to