Fix src/ray/core_worker/common.h deleted constructor (#9785)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-07-29 15:49:02 -07:00
committed by GitHub
parent 6e294dd90f
commit 07022f3f11
-1
View File
@@ -119,7 +119,6 @@ struct ActorCreationOptions {
using PlacementStrategy = rpc::PlacementStrategy;
struct PlacementGroupCreationOptions {
PlacementGroupCreationOptions() = default;
PlacementGroupCreationOptions(
std::string name, PlacementStrategy strategy,
std::vector<std::unordered_map<std::string, double>> bundles)