diff options
Diffstat (limited to 'base/threading/platform_thread.h')
-rw-r--r-- | base/threading/platform_thread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h index 69a2b0d..d8f06e5 100644 --- a/base/threading/platform_thread.h +++ b/base/threading/platform_thread.h @@ -89,10 +89,6 @@ class PlatformThreadHandle { id_(id) { } - PlatformThreadId id() const { - return id_; - } - bool is_equal(const PlatformThreadHandle& other) const { return handle_ == other.handle_; } |