| Index: runtime/vm/thread_interrupter_linux.cc
|
| diff --git a/runtime/vm/thread_interrupter_linux.cc b/runtime/vm/thread_interrupter_linux.cc
|
| index b85dee894e9613bf61d1ed74e2ab9cef0d8ced4a..ee6b4a7569ea7f6f57d416a2f8194b069ed590fa 100644
|
| --- a/runtime/vm/thread_interrupter_linux.cc
|
| +++ b/runtime/vm/thread_interrupter_linux.cc
|
| @@ -41,8 +41,6 @@ class ThreadInterrupterLinux : public AllStatic {
|
|
|
|
|
| void ThreadInterrupter::InterruptThreads(int64_t current_time) {
|
| - // Temporary test.
|
| - return;
|
| for (intptr_t i = 0; i < threads_size_; i++) {
|
| ThreadState* state = threads_[i];
|
| ASSERT(state->id != Thread::kInvalidThreadId);
|
|
|