You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/07/12 23:12:44 UTC

[3/3] mesos git commit: Removed two already implemented TODOs.

Removed two already implemented TODOs.


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

Branch: refs/heads/master
Commit: c40e48897f05c130427758d75e593a793c7f47ae
Parents: fbc4a30
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Tue Jul 12 14:10:48 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Jul 12 16:12:21 2016 -0700

----------------------------------------------------------------------
 include/mesos/mesos.proto    | 1 -
 include/mesos/v1/mesos.proto | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c40e4889/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 7cd1e57..7796c72 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -267,7 +267,6 @@ message FrameworkInfo {
 
       // Receive offers with revocable resources. See 'Resource'
       // message for details.
-      // TODO(vinod): This is currently a no-op.
       REVOCABLE_RESOURCES = 1;
 
       // Receive the TASK_KILLING TaskState when a task is being

http://git-wip-us.apache.org/repos/asf/mesos/blob/c40e4889/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index f915989..fd03c54 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -267,7 +267,6 @@ message FrameworkInfo {
 
       // Receive offers with revocable resources. See 'Resource'
       // message for details.
-      // TODO(vinod): This is currently a no-op.
       REVOCABLE_RESOURCES = 1;
 
       // Receive the TASK_KILLING TaskState when a task is being