Index: Source/wtf/WTF.cpp |
diff --git a/Source/wtf/WTF.cpp b/Source/wtf/WTF.cpp |
index 219d92155fa193711c396b9613a2f7c2db936d19..d199fbe5fa7a4255611224d20faa5206f8284af3 100644 |
--- a/Source/wtf/WTF.cpp |
+++ b/Source/wtf/WTF.cpp |
@@ -34,10 +34,6 @@ |
#include "wtf/DefaultAllocator.h" |
#include "wtf/FastMalloc.h" |
-#ifndef NDEBUG |
-#include "wtf/MainThread.h" |
Ken Russell (switch to Gerrit)
2014/07/15 23:25:35
This #include was unnecessary.
|
-#endif |
- |
namespace WTF { |
extern void initializeThreading(); |