| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index e0ff67b28196817279625a8f5ca4de1f08172351..cfbc86fc3e0d5f28d066e3181b4c0df635b0abde 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -10,7 +10,6 @@
|
| #include "vm/atomic.h"
|
| #include "vm/base_isolate.h"
|
| #include "vm/class_table.h"
|
| -#include "vm/counters.h"
|
| #include "vm/handles.h"
|
| #include "vm/megamorphic_cache_table.h"
|
| #include "vm/metrics.h"
|
| @@ -736,8 +735,6 @@ class Isolate : public BaseIsolate {
|
|
|
| static void VisitIsolates(IsolateVisitor* visitor);
|
|
|
| - Counters* counters() { return &counters_; }
|
| -
|
| // Handle service messages until we are told to resume execution.
|
| void PauseEventHandler();
|
|
|
| @@ -916,8 +913,6 @@ class Isolate : public BaseIsolate {
|
|
|
| Metric* metrics_list_head_;
|
|
|
| - Counters counters_;
|
| -
|
| bool compilation_allowed_;
|
|
|
| // TODO(23153): Move this out of Isolate/Thread.
|
|
|