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 <[email protected]> Authored: Fri Mar 3 18:52:10 2017 -0800 Committer: Michael Park <[email protected]> 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);
