| Index: runtime/vm/heap.h
|
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
|
| index 076b283fd49c8c528befe725df074407d181ef0a..05e0ef04e90b6d6223231e6aaf41cf7a26006bf5 100644
|
| --- a/runtime/vm/heap.h
|
| +++ b/runtime/vm/heap.h
|
| @@ -140,9 +140,7 @@ class Heap {
|
| }
|
|
|
| // Accessors for inlined allocation in generated code.
|
| - uword TopAddress(Space space);
|
| static intptr_t TopOffset(Space space);
|
| - uword EndAddress(Space space);
|
| static intptr_t EndOffset(Space space);
|
| static Space SpaceForAllocation(intptr_t class_id);
|
|
|
|
|