Index: services/resource_coordinator/public/cpp/resource_coordinator_interface.cc |
diff --git a/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc b/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc |
index 21b2928f86270f189cb84117ee0716cbaffc7b2d..9a8912b40c47c10531bdef108f015dac5b7b35b1 100644 |
--- a/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc |
+++ b/services/resource_coordinator/public/cpp/resource_coordinator_interface.cc |
@@ -35,15 +35,6 @@ ResourceCoordinatorInterface::ResourceCoordinatorInterface( |
const CoordinationUnitType& type) |
: ResourceCoordinatorInterface(connector, type, std::string()) {} |
-ResourceCoordinatorInterface::ResourceCoordinatorInterface( |
- service_manager::Connector* connector, |
- const CoordinationUnitType& type, |
- uint64_t id) |
- : weak_ptr_factory_(this) { |
- CoordinationUnitID new_cu_id(type, id); |
- ConnectToService(connector, new_cu_id); |
-} |
- |
ResourceCoordinatorInterface::~ResourceCoordinatorInterface() = default; |
void ResourceCoordinatorInterface::ConnectToService( |