Index: runtime/vm/heap.h |
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
index 64b7499d7962a25f0b85cf721737264c3ca1aa5c..a6ffb39eb966f419c2a56daadc04bc441b3275aa 100644 |
--- a/runtime/vm/heap.h |
+++ b/runtime/vm/heap.h |
@@ -130,7 +130,6 @@ class Heap { |
// Accessors for inlined allocation in generated code. |
static intptr_t TopOffset(Space space); |
rmacnak
2017/06/22 22:31:50
Both should be unused, no?
danunez
2017/06/30 20:35:57
Yes, but I left this in for testing. Incoming set
|
- static intptr_t EndOffset(Space space); |
// Initialize the heap and register it with the isolate. |
static void Init(Isolate* isolate, |