Skip to content

Commit 1ccf062

Browse files
authored
[chore] Remove unused GetCallerId from Cython (#51327)
Signed-off-by: Kai-Hsun Chen <kaihsun@anyscale.com>
1 parent 70d07d3 commit 1ccf062

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ray/includes/libcoreworker.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ cdef extern from "ray/core_worker/core_worker.h" nogil:
213213
void SetActorTitle(const c_string &title)
214214
void SetActorReprName(const c_string &repr_name)
215215
void SetWebuiDisplay(const c_string &key, const c_string &message)
216-
CTaskID GetCallerId()
217216
const ResourceMappingType &GetResourceIDs() const
218217
void RemoveActorHandleReference(const CActorID &actor_id)
219218
optional[int] GetLocalActorState(const CActorID &actor_id) const

0 commit comments

Comments
 (0)