Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index 5dd7085192de2ea183d243b8dac9b48e70a455df..cc6b54da6aca38d244df7b2c176b68973431b8b6 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -145,10 +145,6 @@ class Isolate : public BaseIsolate { |
return OFFSET_OF(Isolate, class_table_); |
} |
- MegamorphicCacheTable* megamorphic_cache_table() { |
- return &megamorphic_cache_table_; |
- } |
- |
Dart_MessageNotifyCallback message_notify_callback() const { |
return message_notify_callback_; |
} |
@@ -815,7 +811,6 @@ class Isolate : public BaseIsolate { |
StoreBuffer* store_buffer_; |
ThreadRegistry* thread_registry_; |
ClassTable class_table_; |
- MegamorphicCacheTable megamorphic_cache_table_; |
Dart_MessageNotifyCallback message_notify_callback_; |
char* name_; |
char* debugger_name_; |