Removed unnecessary process::USAGE using declarations.

MESOS-3239 has deemed providing usage information in endpoint
help unnecessary and removed invocations of `process::USAGE()`.
Corresponding using directives are no longer necessary.


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

Branch: refs/heads/master
Commit: 88a43dfac9c4374389549e274e3d4f897bf61814
Parents: 2e3707f
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri May 13 12:03:40 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri May 13 12:03:40 2016 +0200

----------------------------------------------------------------------
 src/files/files.cpp      | 1 -
 src/master/registrar.cpp | 1 -
 src/slave/http.cpp       | 1 -
 3 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/88a43dfa/src/files/files.cpp
----------------------------------------------------------------------
diff --git a/src/files/files.cpp b/src/files/files.cpp
index 22e02df..e4b0ada 100644
--- a/src/files/files.cpp
+++ b/src/files/files.cpp
@@ -60,7 +60,6 @@ using process::AUTHENTICATION;
 using process::DESCRIPTION;
 using process::HELP;
 using process::TLDR;
-using process::USAGE;
 using process::wait; // Necessary on some OS's to disambiguate.
 
 using process::http::BadRequest;

http://git-wip-us.apache.org/repos/asf/mesos/blob/88a43dfa/src/master/registrar.cpp
----------------------------------------------------------------------
diff --git a/src/master/registrar.cpp b/src/master/registrar.cpp
index f5e1e07..9d2f558 100644
--- a/src/master/registrar.cpp
+++ b/src/master/registrar.cpp
@@ -62,7 +62,6 @@ using process::PID;
 using process::Process;
 using process::Promise;
 using process::TLDR;
-using process::USAGE;
 
 using process::http::OK;
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/88a43dfa/src/slave/http.cpp
----------------------------------------------------------------------
diff --git a/src/slave/http.cpp b/src/slave/http.cpp
index db60a24..0fb9b81 100644
--- a/src/slave/http.cpp
+++ b/src/slave/http.cpp
@@ -66,7 +66,6 @@ using process::Future;
 using process::HELP;
 using process::Owned;
 using process::TLDR;
-using process::USAGE;
 
 using process::http::Accepted;
 using process::http::BadRequest;

Reply via email to