Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
pentschev and wence- authored Nov 16, 2023
1 parent 4c5a6fb commit 6726b8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/ucxx/_lib/libucxx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ cdef class UCXWorker():
worker = self._worker.get()

return int(<uintptr_t>worker)
# return int(<uintptr_t><void*>&self._worker)

@property
def info(self):
Expand Down Expand Up @@ -993,7 +992,6 @@ cdef class UCXEndpoint():
endpoint = self._endpoint.get()

return int(<uintptr_t>endpoint)
# return int(<uintptr_t><void*>&self._endpoint)

@property
def worker_handle(self):
Expand Down

0 comments on commit 6726b8b

Please sign in to comment.