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 2016/08/26 02:08:37 UTC

mesos git commit: Killed a line in master/validation.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master f3181999f -> 79b6a9e38


Killed a line in master/validation.cpp.

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


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

Branch: refs/heads/master
Commit: 79b6a9e38bdeb711bd25c890e7ad88a01d7dbfea
Parents: f318199
Author: Guangya Liu <gy...@gmail.com>
Authored: Thu Aug 25 19:08:26 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Aug 25 19:08:26 2016 -0700

----------------------------------------------------------------------
 src/master/validation.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/79b6a9e3/src/master/validation.cpp
----------------------------------------------------------------------
diff --git a/src/master/validation.cpp b/src/master/validation.cpp
index 3d2965e..36447ff 100644
--- a/src/master/validation.cpp
+++ b/src/master/validation.cpp
@@ -1051,7 +1051,6 @@ Option<Error> validateExecutor(
     return Error("'ExecutorInfo.type' must be set");
   }
 
-
   if (executor.type() == ExecutorInfo::UNKNOWN) {
     return Error("Unknown executor type");
   }