| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 265960c71bad4c62fa9c8c07d4ca5aaed7a2a0e2..422e4d0ab1dc715863b3fa665a2b31d2247678b9 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -254,8 +254,6 @@ class Isolate : public BaseIsolate {
|
| ApiState* api_state() const { return api_state_; }
|
| void set_api_state(ApiState* value) { api_state_ = value; }
|
|
|
| - TimerList& timer_list() { return timer_list_; }
|
| -
|
| void set_init_callback_data(void* value) {
|
| init_callback_data_ = value;
|
| }
|
| @@ -860,7 +858,6 @@ class Isolate : public BaseIsolate {
|
| Flags flags_;
|
| Random random_;
|
| Simulator* simulator_;
|
| - TimerList timer_list_;
|
| intptr_t deopt_id_;
|
| Mutex* mutex_; // protects stack_limit_ and saved_stack_limit_.
|
| uword stack_limit_;
|
|
|