about summary refs log tree commit diff stats
path: root/src/include/dynarec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dynarec.h')
-rw-r--r--src/include/dynarec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/dynarec.h b/src/include/dynarec.h
index baebd72d..39360841 100644
--- a/src/include/dynarec.h
+++ b/src/include/dynarec.h
@@ -5,7 +5,4 @@ typedef struct x64emu_s x64emu_t;
 
 void DynaCall(x64emu_t* emu, uintptr_t addr); // try to use DynaRec... Fallback to EmuCall if no dynarec available
 
-void x64test_step(x64emu_t* ref, uintptr_t ip);
-void x64test_check(x64emu_t* ref, uintptr_t ip);
-
-#endif // __DYNAREC_H_
\ No newline at end of file
+#endif // __DYNAREC_H_