We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5284889 commit 598365fCopy full SHA for 598365f
pyamdgpuinfo/pyamdgpuinfo.pyx
@@ -3,9 +3,8 @@ cimport pyamdgpuinfo.xf86drm_cy as xf86drm_cy
3
cimport pyamdgpuinfo.amdgpu_cy as amdgpu_cy
4
cimport pyamdgpuinfo.pthread_cy as pthread_cy
5
6
-from libc.stdint cimport uint32_t, intptr_t
+from libc.stdint cimport uint32_t
7
from libc.stdlib cimport malloc, calloc, free
8
-from libc.stdio cimport printf, fflush, stdout
9
from posix.time cimport CLOCK_MONOTONIC, timespec, clock_gettime, nanosleep
10
11
import os
0 commit comments