mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
Remove unused AddContainedObjectIDs (#7323)
This commit is contained in:
@@ -1006,15 +1006,6 @@ cdef class CoreWorker:
|
||||
c_owner_id,
|
||||
c_owner_address)
|
||||
|
||||
def add_contained_object_ids(
|
||||
self, ObjectID object_id, contained_object_ids):
|
||||
cdef:
|
||||
CObjectID c_object_id = object_id.native()
|
||||
c_vector[CObjectID] c_contained_ids
|
||||
c_contained_ids = ObjectIDsToVector(contained_object_ids)
|
||||
self.core_worker.get().AddContainedObjectIDs(
|
||||
c_object_id, c_contained_ids)
|
||||
|
||||
# TODO: handle noreturn better
|
||||
cdef store_task_outputs(
|
||||
self, worker, outputs, const c_vector[CObjectID] return_ids,
|
||||
|
||||
Reference in New Issue
Block a user