You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/04/03 18:42:10 UTC

[5/6] mesos git commit: Removed unused "using" statements.

Removed unused "using" statements.

Review: https://reviews.apache.org/r/58044


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/38dffd73
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/38dffd73
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/38dffd73

Branch: refs/heads/master
Commit: 38dffd735649a43317c01673a3184f4fabf2229f
Parents: a5b3c49
Author: Neil Conway <ne...@gmail.com>
Authored: Sat Mar 18 19:58:47 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Mon Apr 3 11:41:19 2017 -0700

----------------------------------------------------------------------
 .../isolators/network/cni/plugins/port_mapper/port_mapper.cpp      | 1 -
 src/slave/slave.cpp                                                | 1 -
 src/tests/http_fault_tolerance_tests.cpp                           | 1 -
 src/tests/partition_tests.cpp                                      | 2 --
 src/tests/sorter_tests.cpp                                         | 2 --
 5 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/38dffd73/src/slave/containerizer/mesos/isolators/network/cni/plugins/port_mapper/port_mapper.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/network/cni/plugins/port_mapper/port_mapper.cpp b/src/slave/containerizer/mesos/isolators/network/cni/plugins/port_mapper/port_mapper.cpp
index d419a9f..ce79562 100644
--- a/src/slave/containerizer/mesos/isolators/network/cni/plugins/port_mapper/port_mapper.cpp
+++ b/src/slave/containerizer/mesos/isolators/network/cni/plugins/port_mapper/port_mapper.cpp
@@ -30,7 +30,6 @@ using std::cerr;
 using std::endl;
 using std::map;
 using std::string;
-using std::tuple;
 using std::vector;
 
 using process::Failure;

http://git-wip-us.apache.org/repos/asf/mesos/blob/38dffd73/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 1c164c9..65e4a67 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -128,7 +128,6 @@ using std::map;
 using std::ostringstream;
 using std::set;
 using std::string;
-using std::tuple;
 using std::vector;
 
 using process::async;

http://git-wip-us.apache.org/repos/asf/mesos/blob/38dffd73/src/tests/http_fault_tolerance_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/http_fault_tolerance_tests.cpp b/src/tests/http_fault_tolerance_tests.cpp
index 4040d24..8fcd56d 100644
--- a/src/tests/http_fault_tolerance_tests.cpp
+++ b/src/tests/http_fault_tolerance_tests.cpp
@@ -71,7 +71,6 @@ using testing::AtMost;
 using testing::DoAll;
 using testing::Return;
 using testing::SaveArg;
-using testing::WithParamInterface;
 
 namespace mesos {
 namespace internal {

http://git-wip-us.apache.org/repos/asf/mesos/blob/38dffd73/src/tests/partition_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/partition_tests.cpp b/src/tests/partition_tests.cpp
index 3de37d2..4ff4285 100644
--- a/src/tests/partition_tests.cpp
+++ b/src/tests/partition_tests.cpp
@@ -74,8 +74,6 @@ using testing::Eq;
 using testing::Return;
 using testing::SaveArg;
 
-using ::testing::WithParamInterface;
-
 namespace mesos {
 namespace internal {
 namespace tests {

http://git-wip-us.apache.org/repos/asf/mesos/blob/38dffd73/src/tests/sorter_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/sorter_tests.cpp b/src/tests/sorter_tests.cpp
index ec0636b..43bd857 100644
--- a/src/tests/sorter_tests.cpp
+++ b/src/tests/sorter_tests.cpp
@@ -31,8 +31,6 @@
 
 using mesos::internal::master::allocator::DRFSorter;
 
-using ::testing::WithParamInterface;
-
 using std::cout;
 using std::endl;
 using std::string;