Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 1c9968660d3b4a96ce05df568205a7735f400f81..128b907c7185ef5009cd79294839d645d82fecce 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -129,8 +129,6 @@ class Heap { |
| } |
| // Accessors for inlined allocation in generated code. |
|
rmacnak
2017/07/05 17:39:52
Remove comment too.
danunez
2017/07/05 18:12:54
Done.
|
| - static intptr_t TopOffset(Space space); |
| - static intptr_t EndOffset(Space space); |
| // Initialize the heap and register it with the isolate. |
| static void Init(Isolate* isolate, |