Repository: mesos Updated Branches: refs/heads/master 3ecd54320 -> 41b495ecf
Removed extraneous IsolatorProcess declaration. Review: https://reviews.apache.org/r/37729 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/41b495ec Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/41b495ec Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/41b495ec Branch: refs/heads/master Commit: 41b495ecf79a0c98348c0a4252d0300e86a58eb1 Parents: 3ecd543 Author: Joseph Wu <[email protected]> Authored: Mon Aug 24 14:34:50 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Mon Aug 24 14:34:50 2015 -0700 ---------------------------------------------------------------------- include/mesos/slave/isolator.hpp | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/41b495ec/include/mesos/slave/isolator.hpp ---------------------------------------------------------------------- diff --git a/include/mesos/slave/isolator.hpp b/include/mesos/slave/isolator.hpp index 970730f..4db23dc 100644 --- a/include/mesos/slave/isolator.hpp +++ b/include/mesos/slave/isolator.hpp @@ -39,10 +39,6 @@ namespace mesos { namespace slave { -// Forward declaration. -class IsolatorProcess; - - class Isolator { public:
