From 3b6779479e79c983f1df466c91c38714416a71ac Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 30 Mar 2017 15:59:13 +0800 Subject: [PATCH] cleanup uc_priv.h --- include/uc_priv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/uc_priv.h b/include/uc_priv.h index 4a5311a3..1f87656c 100644 --- a/include/uc_priv.h +++ b/include/uc_priv.h @@ -60,8 +60,6 @@ typedef int (*uc_args_int_uc_t)(struct uc_struct*); typedef bool (*uc_args_tcg_enable_t)(struct uc_struct*); -typedef void (*uc_minit_t)(struct uc_struct*, ram_addr_t); - typedef void (*uc_args_uc_long_t)(struct uc_struct*, unsigned long); typedef void (*uc_args_uc_u64_t)(struct uc_struct *, uint64_t addr);