You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/03/04 02:53:00 UTC

mesos git commit: Removed `std::` in `src/master/master.cpp`.

Repository: mesos
Updated Branches:
  refs/heads/master ed5203745 -> 882f65ad3


Removed `std::` in `src/master/master.cpp`.


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

Branch: refs/heads/master
Commit: 882f65ad37fccb5eb2d0deeae760f25df1c2f996
Parents: ed52037
Author: Michael Park <mp...@apache.org>
Authored: Fri Mar 3 18:52:10 2017 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Fri Mar 3 18:52:30 2017 -0800

----------------------------------------------------------------------
 src/master/master.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/882f65ad/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 43e6fad..449e25a 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -2248,7 +2248,7 @@ void Master::drop(
 void Master::drop(
     Framework* framework,
     const scheduler::Call& call,
-    const std::string& message)
+    const string& message)
 {
     CHECK_NOTNULL(framework);