Chromium Code Reviews| Index: runtime/vm/thread_interrupter.cc |
| diff --git a/runtime/vm/thread_interrupter.cc b/runtime/vm/thread_interrupter.cc |
| index 0b0471b39e58918878b1ed977d5721224e94ed1b..58c94bec797cc04dadc697d31c33db8dd7d31f8e 100644 |
| --- a/runtime/vm/thread_interrupter.cc |
| +++ b/runtime/vm/thread_interrupter.cc |
| @@ -112,7 +112,6 @@ void ThreadInterrupter::Shutdown() { |
| } |
| } |
| - |
| // Delay between interrupts. |
| void ThreadInterrupter::SetInterruptPeriod(intptr_t period) { |
| if (shutdown_) { |