aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/source/thread_win.h
diff options
context:
space:
mode:
authortommi@webrtc.org <tommi@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-08 13:40:59 +0000
committertommi@webrtc.org <tommi@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-11-08 13:40:59 +0000
commitb952a90038aea9459e91f0ae7c9c127ab4e637dd (patch)
tree0589bb83463b525e06323ff7dfc03c6bfe08d632 /webrtc/system_wrappers/source/thread_win.h
parent1401285fe76d4df1cf5fbc63a72f2a32a5dcbfc0 (diff)
downloadwebrtc-b952a90038aea9459e91f0ae7c9c127ab4e637dd.tar.gz
Remove an unused Shutdown method from the ThreadWrapper interface.
The method was flagged by Chrome engineers as dubious since it uses TerminateThread. As it turns out, we don't use this method anywhere, so we can simply remove it! :) BUG=1066 Review URL: https://webrtc-codereview.appspot.com/938012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3065 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/system_wrappers/source/thread_win.h')
-rw-r--r--webrtc/system_wrappers/source/thread_win.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webrtc/system_wrappers/source/thread_win.h b/webrtc/system_wrappers/source/thread_win.h
index 4fd7523ec9..e73c8fd086 100644
--- a/webrtc/system_wrappers/source/thread_win.h
+++ b/webrtc/system_wrappers/source/thread_win.h
@@ -34,8 +34,6 @@ public:
static unsigned int WINAPI StartThread(LPVOID lpParameter);
- virtual bool Shutdown();
-
protected:
virtual void Run();