Index: Source/wtf/WTF.cpp |
diff --git a/Source/wtf/WTF.cpp b/Source/wtf/WTF.cpp |
index 175833b511f51f3bac85d14b8b135ad0b324d7ef..a3d3f8b4efc7f044d35f9c53f5394d6e94e266d4 100644 |
--- a/Source/wtf/WTF.cpp |
+++ b/Source/wtf/WTF.cpp |
@@ -33,7 +33,6 @@ |
#include "wtf/DefaultAllocator.h" |
#include "wtf/FastMalloc.h" |
-#include "wtf/QuantizedAllocation.h" |
#ifndef NDEBUG |
#include "wtf/MainThread.h" |
@@ -81,7 +80,6 @@ void Partitions::initialize() |
spinLockLock(&lock); |
if (!s_initialized) { |
s_initialized = true; |
- QuantizedAllocation::init(); |
m_bufferAllocator.init(); |
} |
spinLockUnlock(&lock); |