Skip to content

Commit 8a8f874

Browse files
Removing public keyword to get_current_queue Cython declaration.
This addresses unused-variable compiler warning observed when compilign usm_array Cython file.
1 parent b887a26 commit 8a8f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_queue_manager.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
from ._sycl_queue cimport SyclQueue
2121

2222

23-
cpdef public SyclQueue get_current_queue()
23+
cpdef SyclQueue get_current_queue()
2424
cpdef get_current_device_type ()
2525
cpdef get_current_backend()

0 commit comments

Comments
 (0)