From db4e99c18689e0864f8a8b6cc9f8d16a3c675a6d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 27 Jul 2015 20:36:50 -0400 Subject: dyncom: Remove duplicated typedef and extern These are already present in arm_dyncom_dec.h. --- src/core/arm/dyncom/arm_dyncom_interpreter.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/arm/dyncom/arm_dyncom_interpreter.cpp b/src/core/arm/dyncom/arm_dyncom_interpreter.cpp index cf09acb4..e855a448 100644 --- a/src/core/arm/dyncom/arm_dyncom_interpreter.cpp +++ b/src/core/arm/dyncom/arm_dyncom_interpreter.cpp @@ -3548,10 +3548,6 @@ enum { FETCH_EXCEPTION }; -typedef struct instruction_set_encoding_item ISEITEM; - -extern const ISEITEM arm_instruction[]; - static int InterpreterTranslate(ARMul_State* cpu, int& bb_start, u32 addr) { Common::Profiling::ScopeTimer timer_decode(profile_decode); -- cgit v1.2.3