diff options
Diffstat (limited to 'src/common/thread.h')
| -rw-r--r-- | src/common/thread.h | 2 |
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 @@ | |||
| 13 | 13 | ||
| 14 | namespace Common { | 14 | namespace Common { |
| 15 | 15 | ||
| 16 | int CurrentThreadId(); | ||
| 17 | |||
| 18 | void SetThreadAffinity(std::thread::native_handle_type thread, u32 mask); | 16 | void SetThreadAffinity(std::thread::native_handle_type thread, u32 mask); |
| 19 | void SetCurrentThreadAffinity(u32 mask); | 17 | void SetCurrentThreadAffinity(u32 mask); |
| 20 | 18 | ||