summaryrefslogtreecommitdiffstats
path: root/base/platform_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/platform_thread.h')
-rw-r--r--base/platform_thread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/platform_thread.h b/base/platform_thread.h
index 4b3cb39..2dca402 100644
--- a/base/platform_thread.h
+++ b/base/platform_thread.h
@@ -32,8 +32,6 @@
#include "build/build_config.h"
-class TimeDelta;
-
#if defined(OS_WIN)
#include <windows.h>
@@ -53,9 +51,6 @@ class PlatformThread {
// Yield the current thread so another thread can be scheduled.
static void YieldCurrentThread();
-
- // Sleep for the specified duration.
- static void Sleep(TimeDelta sleep_duration);
bool operator==(const PlatformThread& other_thread);