| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index a74bc944ba82f8e8ca29bae50a03f012e99a8d39..4d86e84f78551d89faf4ab010597f58b3602edc9 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -145,9 +145,6 @@ class Isolate : public BaseIsolate {
|
| void VisitPrologueWeakPersistentHandles(HandleVisitor* visitor);
|
|
|
| StoreBuffer* store_buffer() { return &store_buffer_; }
|
| - static intptr_t store_buffer_offset() {
|
| - return OFFSET_OF(Isolate, store_buffer_);
|
| - }
|
|
|
| ClassTable* class_table() { return &class_table_; }
|
| static intptr_t class_table_offset() {
|
|
|