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