mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 13:40:14 +08:00
Remove unused AddContainedObjectIDs (#7323)
This commit is contained in:
@@ -149,9 +149,6 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
|
||||
const CObjectID &outer_object_id,
|
||||
const CTaskID &owner_id,
|
||||
const CAddress &owner_address)
|
||||
void AddContainedObjectIDs(
|
||||
const CObjectID &object_id,
|
||||
const c_vector[CObjectID] &contained_object_ids)
|
||||
|
||||
CRayStatus SetClientOptions(c_string client_name, int64_t limit)
|
||||
CRayStatus Put(const CRayObject &object,
|
||||
|
||||
Reference in New Issue
Block a user