summaryrefslogtreecommitdiffstats
path: root/src/common/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/thread.h')
-rw-r--r--src/common/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/thread.h b/src/common/thread.h
index 6cbdb96a3..c20809021 100644
--- a/src/common/thread.h
+++ b/src/common/thread.h
@@ -13,8 +13,6 @@
namespace Common {
-int CurrentThreadId();
-
void SetThreadAffinity(std::thread::native_handle_type thread, u32 mask);
void SetCurrentThreadAffinity(u32 mask);