Index: Source/wtf/FastMalloc.h |
diff --git a/Source/wtf/FastMalloc.h b/Source/wtf/FastMalloc.h |
index 1139f570cccd1f4727104cc5fb2f9f1bba3c4ad4..2d927accaba1611d8ef9b7614fb1c6d41b5e7cb9 100644 |
--- a/Source/wtf/FastMalloc.h |
+++ b/Source/wtf/FastMalloc.h |
@@ -37,8 +37,6 @@ WTF_EXPORT char* fastStrDup(const char*); |
WTF_EXPORT void fastFree(void*); |
-WTF_EXPORT void releaseFastMallocFreeMemory(); |
- |
struct FastMallocStatistics { |
size_t reservedVMBytes; |
size_t committedVMBytes; |