Remove unused type aliases
This commit is contained in:
@@ -8,8 +8,6 @@ from typing import Generic, Tuple, TypeVar
|
|||||||
import ctypes
|
import ctypes
|
||||||
|
|
||||||
uc_err = ctypes.c_int
|
uc_err = ctypes.c_int
|
||||||
uc_mode = ctypes.c_int
|
|
||||||
uc_arch = ctypes.c_int
|
|
||||||
uc_engine = ctypes.c_void_p
|
uc_engine = ctypes.c_void_p
|
||||||
uc_context = ctypes.c_void_p
|
uc_context = ctypes.c_void_p
|
||||||
uc_hook_h = ctypes.c_size_t
|
uc_hook_h = ctypes.c_size_t
|
||||||
|
|||||||
Reference in New Issue
Block a user