| Index: runtime/vm/thread_interrupter.h
|
| diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h
|
| index 2d3d1b37529cde2190e439428da6bcbd3023d7ae..473b6fa23e3df96094cb1534d18317807267151c 100644
|
| --- a/runtime/vm/thread_interrupter.h
|
| +++ b/runtime/vm/thread_interrupter.h
|
| @@ -77,7 +77,6 @@ class ThreadInterrupter : public AllStatic {
|
| static Monitor* monitor_;
|
| static intptr_t interrupt_period_;
|
| static intptr_t current_wait_time_;
|
| - static ThreadLocalKey thread_state_key_;
|
|
|
| static bool InDeepSleep() {
|
| return current_wait_time_ == Monitor::kNoTimeout;
|
|
|