Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 97240bf5010e026c6bbcd07e2f13619f055b1fac..2acc2b188b602ca2a5f7e4760ff937d4beae3e5d 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -256,10 +256,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: |