Repository: mesos Updated Branches: refs/heads/master bcf33f896 -> a6478238a
Removed unwanted forward declaration in URI fetcher header. Review: https://reviews.apache.org/r/41958/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a6478238 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a6478238 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a6478238 Branch: refs/heads/master Commit: a6478238ae4306ea5c64a6892891b2d9cb2560f9 Parents: bcf33f8 Author: Jojy Varghese <[email protected]> Authored: Tue Jan 5 17:44:54 2016 -0800 Committer: Jie Yu <[email protected]> Committed: Tue Jan 5 17:56:19 2016 -0800 ---------------------------------------------------------------------- include/mesos/uri/fetcher.hpp | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/a6478238/include/mesos/uri/fetcher.hpp ---------------------------------------------------------------------- diff --git a/include/mesos/uri/fetcher.hpp b/include/mesos/uri/fetcher.hpp index 4223f9e..af2cf00 100644 --- a/include/mesos/uri/fetcher.hpp +++ b/include/mesos/uri/fetcher.hpp @@ -31,9 +31,6 @@ namespace mesos { namespace uri { -// Forward declarations. -class Flags; - /** * Provides an abstraction for fetching URIs. It is pluggable through
