Delete windows-specific stop flag in PlatformThread
Followup to https://webrtc-review.googlesource.com/c/src/+/134642 Bug: webrtc:10594 Change-Id: I9935f861a1ab5d9e05a5317243e895cf4f797ab6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135103 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27857}
This commit is contained in:
@ -89,7 +89,6 @@ class PlatformThread {
|
||||
#if defined(WEBRTC_WIN)
|
||||
static DWORD WINAPI StartThread(void* param);
|
||||
|
||||
bool stop_ = false;
|
||||
HANDLE thread_ = nullptr;
|
||||
DWORD thread_id_ = 0;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user