diff options
Diffstat (limited to 'src/common/thread.h')
| -rw-r--r-- | src/common/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/thread.h b/src/common/thread.h index c20809021..5d3f39bd0 100644 --- a/src/common/thread.h +++ b/src/common/thread.h | |||
| @@ -83,7 +83,6 @@ private: | |||
| 83 | std::size_t generation; // Incremented once each time the barrier is used | 83 | std::size_t generation; // Incremented once each time the barrier is used |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
| 86 | void SleepCurrentThread(int ms); | ||
| 87 | void SwitchCurrentThread(); // On Linux, this is equal to sleep 1ms | 86 | void SwitchCurrentThread(); // On Linux, this is equal to sleep 1ms |
| 88 | void SetCurrentThreadName(const char* name); | 87 | void SetCurrentThreadName(const char* name); |
| 89 | 88 | ||