Index: Source/platform/heap/Heap.h |
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
index 954630186ca029bb09c68542034bc178ef733dd4..af5994e54643911cc32b88784d62f70e2bc8b079 100644 |
--- a/Source/platform/heap/Heap.h |
+++ b/Source/platform/heap/Heap.h |
@@ -1504,7 +1504,6 @@ public: |
return allocateHashTableBacking<T, HashTable>(size); |
} |
PLATFORM_EXPORT static void freeHashTableBacking(void* address); |
- PLATFORM_EXPORT static bool expandHashTableBacking(void*, size_t); |
template <typename Return, typename Metadata> |
static Return malloc(size_t size) |