Remove unused type aliases

This commit is contained in:
elicn
2022-10-20 14:19:02 +03:00
parent 99d6745461
commit 9179ef5db3

View File

@@ -8,8 +8,6 @@ from typing import Generic, Tuple, TypeVar
import ctypes
uc_err = ctypes.c_int
uc_mode = ctypes.c_int
uc_arch = ctypes.c_int
uc_engine = ctypes.c_void_p
uc_context = ctypes.c_void_p
uc_hook_h = ctypes.c_size_t