You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2019/09/04 13:48:05 UTC

[mesos] 01/02: Removed unused and unimplemented method declaration.

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 4676938dbff75ab0badd6dad35496285ddcff65c
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Wed Sep 4 13:03:20 2019 +0200

    Removed unused and unimplemented method declaration.
    
    Review: https://reviews.apache.org/r/71382/
---
 src/resource_provider/storage/provider.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/resource_provider/storage/provider.hpp b/src/resource_provider/storage/provider.hpp
index ccd09df..ae4d7bd 100644
--- a/src/resource_provider/storage/provider.hpp
+++ b/src/resource_provider/storage/provider.hpp
@@ -48,9 +48,6 @@ public:
       const Option<std::string>& authToken,
       bool strict);
 
-  static Try<process::http::authentication::Principal> principal(
-      const ResourceProviderInfo& info);
-
   static Option<Error> validate(const ResourceProviderInfo& info);
 
   ~StorageLocalResourceProvider() override;