| Index: webrtc/base/thread.h
|
| diff --git a/webrtc/base/thread.h b/webrtc/base/thread.h
|
| index 398063d263b14b3a24a029a2d447e68eb709403e..01c80501c8010a2cfd2f39230abf1f9af28f3f34 100644
|
| --- a/webrtc/base/thread.h
|
| +++ b/webrtc/base/thread.h
|
| @@ -306,21 +306,6 @@ class AutoThread : public Thread {
|
| RTC_DISALLOW_COPY_AND_ASSIGN(AutoThread);
|
| };
|
|
|
| -// Win32 extension for threads that need to use COM
|
| -#if defined(WEBRTC_WIN)
|
| -class ComThread : public Thread {
|
| - public:
|
| - ComThread() {}
|
| - ~ComThread() override;
|
| -
|
| - protected:
|
| - void Run() override;
|
| -
|
| - private:
|
| - RTC_DISALLOW_COPY_AND_ASSIGN(ComThread);
|
| -};
|
| -#endif
|
| -
|
| // Provides an easy way to install/uninstall a socketserver on a thread.
|
| class SocketServerScope {
|
| public:
|
|
|