Skip to content

Commit f60face

Browse files
removed commented out code line
1 parent 6861612 commit f60face

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/_sycl_event.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ cdef class _SyclEvent:
9898

9999
def __dealloc__(self):
100100
if (self._event_ref):
101-
# with nogil: DPCTLEvent_Wait(self._event_ref)
102101
DPCTLEvent_Delete(self._event_ref)
103102
self._event_ref = NULL
104103
self.args = None

0 commit comments

Comments
 (0)