You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/05/31 21:51:23 UTC

[09/16] mesos git commit: Removed unnecessary friend declaration for an stream operator.

Removed unnecessary friend declaration for an stream operator.

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


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

Branch: refs/heads/master
Commit: fc1fd076ef81767afda9c61a4c206fc688cbb938
Parents: 96e08d8
Author: Jie Yu <yu...@gmail.com>
Authored: Tue May 30 15:39:53 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed May 31 14:51:10 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/fc1fd076/src/slave/slave.hpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.hpp b/src/slave/slave.hpp
index 9f4fc2f..4d29bef 100644
--- a/src/slave/slave.hpp
+++ b/src/slave/slave.hpp
@@ -742,10 +742,6 @@ public:
   // Returns the task group associated with the task.
   Option<TaskGroupInfo> getQueuedTaskGroup(const TaskID& taskId);
 
-  friend std::ostream& operator<<(
-      std::ostream& stream,
-      const Executor& executor);
-
 // Undefine NetBios preprocessor macros used by the `State` enum.
 #ifdef REGISTERING
 #undef REGISTERING