This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch 1.4.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit b70acc1d545aac0fb9da3fc555bfe96cba2b2289 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 4d4fa34..d290444 100644 --- a/src/tests/master_validation_tests.cpp +++ b/src/tests/master_validation_tests.cpp @@ -877,8 +877,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");
