Repository: mesos Updated Branches: refs/heads/master 37a393cb5 -> ca6729315
Removed extraneous newlines. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ca672931 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ca672931 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ca672931 Branch: refs/heads/master Commit: ca6729315fdbc751b673ea3005609cdaba9bb5b8 Parents: 37a393c Author: James Peach <[email protected]> Authored: Thu Dec 14 10:43:54 2017 -0800 Committer: James Peach <[email protected]> Committed: Thu Dec 14 10:43:54 2017 -0800 ---------------------------------------------------------------------- 3rdparty/stout/include/stout/posix/os.hpp | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ca672931/3rdparty/stout/include/stout/posix/os.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/stout/include/stout/posix/os.hpp b/3rdparty/stout/include/stout/posix/os.hpp index d1bfa34..7427bd7 100644 --- a/3rdparty/stout/include/stout/posix/os.hpp +++ b/3rdparty/stout/include/stout/posix/os.hpp @@ -214,8 +214,6 @@ inline Try<Nothing> mknod( } - - // Suspends execution for the given duration. inline Try<Nothing> sleep(const Duration& duration) {
