about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/x64emu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/x64emu.h b/src/include/x64emu.h
index 450f7a63..5591823b 100644
--- a/src/include/x64emu.h
+++ b/src/include/x64emu.h
@@ -15,7 +15,6 @@ void CopyEmu(x64emu_t *newemu, const x64emu_t* emu);
 void SetTraceEmu(uintptr_t trace_start, uintptr_t trace_end);
 
 box64context_t* GetEmuContext(x64emu_t* emu);
-uint32_t* GetParityTab(void);
 
 uint32_t GetEAX(x64emu_t *emu);
 uint64_t GetRAX(x64emu_t *emu);