From 6726b8b21a3e15889d07e215893d0561a5467f54 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Thu, 16 Nov 2023 14:14:48 +0100 Subject: [PATCH] Remove commented out code Co-authored-by: Lawrence Mitchell --- python/ucxx/_lib/libucxx.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/ucxx/_lib/libucxx.pyx b/python/ucxx/_lib/libucxx.pyx index 824e91fd..8b5ffc1c 100644 --- a/python/ucxx/_lib/libucxx.pyx +++ b/python/ucxx/_lib/libucxx.pyx @@ -477,7 +477,6 @@ cdef class UCXWorker(): worker = self._worker.get() return int(worker) - # return int(&self._worker) @property def info(self): @@ -993,7 +992,6 @@ cdef class UCXEndpoint(): endpoint = self._endpoint.get() return int(endpoint) - # return int(&self._endpoint) @property def worker_handle(self):