Index: Source/wtf/FastMalloc.cpp |
diff --git a/Source/wtf/FastMalloc.cpp b/Source/wtf/FastMalloc.cpp |
index 1c5bd47ccc9fc04556509d62b64790e9e40169b9..24640bbbd558cedbf4e8b5b99317c3bc09bb6658 100644 |
--- a/Source/wtf/FastMalloc.cpp |
+++ b/Source/wtf/FastMalloc.cpp |
@@ -50,9 +50,6 @@ char* fastStrDup(const char* src) |
return dup; |
} |
-// TODO: remove these two. |
-void releaseFastMallocFreeMemory() { } |
- |
FastMallocStatistics fastMallocStatistics() |
{ |
FastMallocStatistics statistics = { 0, 0, 0 }; |