Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 254b19f83cb54714fd80a897f14242331ff0fb59..0ff5d5fd313dac2093ef4dcdfd4c278b6946f4c4 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1787,21 +1787,6 @@ class Heap { |
// Called on heap tear-down. Frees all remaining ArrayBuffer backing stores. |
void TearDownArrayBuffers(); |
- // These correspond to the non-Helper versions. |
- void RegisterNewArrayBufferHelper(std::map<void*, size_t>& live_buffers, |
- void* data, size_t length); |
- void UnregisterArrayBufferHelper( |
- std::map<void*, size_t>& live_buffers, |
- std::map<void*, size_t>& not_yet_discovered_buffers, void* data); |
- void RegisterLiveArrayBufferHelper( |
- std::map<void*, size_t>& not_yet_discovered_buffers, void* data); |
- size_t FreeDeadArrayBuffersHelper( |
- Isolate* isolate, std::map<void*, size_t>& live_buffers, |
- std::map<void*, size_t>& not_yet_discovered_buffers); |
- void TearDownArrayBuffersHelper( |
- Isolate* isolate, std::map<void*, size_t>& live_buffers, |
- std::map<void*, size_t>& not_yet_discovered_buffers); |
- |
// Record statistics before and after garbage collection. |
void ReportStatisticsBeforeGC(); |
void ReportStatisticsAfterGC(); |