From 9179ef5db3d28dc5ec89262af2fb9c29e88dc9d0 Mon Sep 17 00:00:00 2001 From: elicn Date: Thu, 20 Oct 2022 14:19:02 +0300 Subject: [PATCH] Remove unused type aliases --- bindings/python/unicorn/arch/types.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/python/unicorn/arch/types.py b/bindings/python/unicorn/arch/types.py index f139cfc5..bd2a2be2 100644 --- a/bindings/python/unicorn/arch/types.py +++ b/bindings/python/unicorn/arch/types.py @@ -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