Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2246)

Unified Diff: Source/wtf/ThreadSpecificWin.cpp

Issue 22433006: Remove dead code guarded by OS(WINDOWS) && USE(PTHREADS). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/wtf/ThreadingWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ThreadSpecificWin.cpp
diff --git a/Source/wtf/ThreadSpecificWin.cpp b/Source/wtf/ThreadSpecificWin.cpp
index 42cb3e6afc9b168b8c711e196c6956acef8896ee..7a4e9dfb38cde0556ad7edfe296142a291fc96e5 100644
--- a/Source/wtf/ThreadSpecificWin.cpp
+++ b/Source/wtf/ThreadSpecificWin.cpp
@@ -28,8 +28,6 @@
#include "ThreadingPrimitives.h"
#include "wtf/DoublyLinkedList.h"
-#if !USE(PTHREADS)
-
namespace WTF {
static DoublyLinkedList<PlatformThreadSpecificKey>& destructorsList()
@@ -134,6 +132,4 @@ void ThreadSpecificThreadExit()
} // namespace WTF
-#endif // !USE(PTHREADS)
-
#endif // OS(WINDOWS)
« no previous file with comments | « no previous file | Source/wtf/ThreadingWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698