Deleted a redundant line in test/containerizer.hpp. Review: https://reviews.apache.org/r/64268
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/849dec1e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/849dec1e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/849dec1e Branch: refs/heads/master Commit: 849dec1edb1e1092c7ec4d6f03094abfcc082c51 Parents: c4741b9 Author: Gilbert Song <[email protected]> Authored: Mon Nov 27 10:55:33 2017 -0800 Committer: Gilbert Song <[email protected]> Committed: Wed Dec 6 12:04:19 2017 -0800 ---------------------------------------------------------------------- src/tests/containerizer.hpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/849dec1e/src/tests/containerizer.hpp ---------------------------------------------------------------------- diff --git a/src/tests/containerizer.hpp b/src/tests/containerizer.hpp index 179f854..d6a69d6 100644 --- a/src/tests/containerizer.hpp +++ b/src/tests/containerizer.hpp @@ -167,7 +167,6 @@ private: process::Future<bool> _destroy( const ContainerID& containerId); - process::Future<bool> _kill( const ContainerID& containerId, int status);
