This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.5.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit bf424ebfe117afd9ee47e488928a6e7a17f9dc85 Author: Michael Park <[email protected]> AuthorDate: Sun Jan 28 14:17:51 2018 -0800 Removed unused variable in `master_validation_tests.cpp`. --- src/tests/master_validation_tests.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/master_validation_tests.cpp b/src/tests/master_validation_tests.cpp index ed8f9bd..8e4f3e9 100644 --- a/src/tests/master_validation_tests.cpp +++ b/src/tests/master_validation_tests.cpp @@ -1065,8 +1065,6 @@ TEST_F(CreateOperationValidationTest, SharedVolumeBasedOnCapability) // than the offered disk resource results won't succeed. TEST_F(CreateOperationValidationTest, InsufficientDiskResource) { - protobuf::slave::Capabilities capabilities; - FrameworkInfo frameworkInfo = DEFAULT_FRAMEWORK_INFO; frameworkInfo.set_roles(0, "role1");
