Преглед изворни кода

dyncom: Remove duplicated typedef and extern

These are already present in arm_dyncom_dec.h.
Lioncash пре 11 година
родитељ
комит
db4e99c186
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      src/core/arm/dyncom/arm_dyncom_interpreter.cpp

+ 0 - 4
src/core/arm/dyncom/arm_dyncom_interpreter.cpp

@@ -3548,10 +3548,6 @@ enum {
     FETCH_EXCEPTION
     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) {
 static int InterpreterTranslate(ARMul_State* cpu, int& bb_start, u32 addr) {
     Common::Profiling::ScopeTimer timer_decode(profile_decode);
     Common::Profiling::ScopeTimer timer_decode(profile_decode);