| Index: services/resource_coordinator/public/cpp/coordination_unit_id.cc
|
| diff --git a/services/resource_coordinator/public/cpp/coordination_unit_id.cc b/services/resource_coordinator/public/cpp/coordination_unit_id.cc
|
| index ed92241435916e788856675a623f576e3eb4aa2a..5f5c518efecdb42d733d6662430608abe95fe2f4 100644
|
| --- a/services/resource_coordinator/public/cpp/coordination_unit_id.cc
|
| +++ b/services/resource_coordinator/public/cpp/coordination_unit_id.cc
|
| @@ -28,8 +28,4 @@
|
| }
|
| }
|
|
|
| -CoordinationUnitID::CoordinationUnitID(const CoordinationUnitType& type,
|
| - uint64_t new_id)
|
| - : id(new_id), type(type) {}
|
| -
|
| } // resource_coordinator
|
|
|