about summary refs log tree commit diff stats
path: root/src/include/x64run.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/x64run.h')
-rw-r--r--src/include/x64run.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/x64run.h b/src/include/x64run.h
index 823a990c..c89e0786 100644
--- a/src/include/x64run.h
+++ b/src/include/x64run.h
@@ -8,6 +8,4 @@ int Run(x64emu_t *emu, int step); // 0 if run was successfull, 1 if error in x86
 int RunTest(x64test_t *test);
 void DynaRun(x64emu_t *emu);
 
-int GetTID(void);
-
 #endif //__X64RUN_H_