This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 9a79ffa15e953e71d13c7047238f3a115383eae5 Author: Andrei Sekretenko <[email protected]> AuthorDate: Mon May 20 14:02:24 2019 -0400 Removed non-implemented declaration of 'Master::validate()'. Review: https://reviews.apache.org/r/70663/ --- src/master/master.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/master/master.hpp b/src/master/master.hpp index c523c93..f5161a8 100644 --- a/src/master/master.hpp +++ b/src/master/master.hpp @@ -2299,14 +2299,6 @@ private: process::Time startTime; // Start time used to calculate uptime. Option<process::Time> electedTime; // Time when this master is elected. - - // Validates the framework including authorization. - // Returns None if the framework is valid. - // Returns Error if the framework is invalid. - // Returns Failure if authorization returns 'Failure'. - process::Future<Option<Error>> validate( - const FrameworkInfo& frameworkInfo, - const process::UPID& from); };
