Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 25e68213ad5f59156067cf63f9fdc4432e541237..73f19529bc5e66a78e158bef43e46d829e7dbf9b 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -251,10 +251,6 @@ class Heap { |
| old_space_.SetupImagePage(pointer, size, is_executable); |
| } |
| - intptr_t CalculateTLABSize(); |
| - void FillRemainingTLAB(Thread* thread); |
| - void AbandonRemainingTLAB(Thread* thread); |
| - |
| private: |
| class GCStats : public ValueObject { |
| public: |