| Index: runtime/vm/timer.h
|
| diff --git a/runtime/vm/timer.h b/runtime/vm/timer.h
|
| index 4738efa50d539a09b9262571f7218edd8d3bdbb1..e4ee8904762b2db49d07cfbe3bba9074252bd662 100644
|
| --- a/runtime/vm/timer.h
|
| +++ b/runtime/vm/timer.h
|
| @@ -108,13 +108,6 @@ class TimerScope : public StackResource {
|
| Init();
|
| }
|
|
|
| - TimerScope(bool flag, Timer* timer, Isolate* isolate = NULL)
|
| - : StackResource(isolate),
|
| - nested_(false),
|
| - timer_(flag ? timer : NULL) {
|
| - Init();
|
| - }
|
| -
|
| void Init() {
|
| if (timer_ != NULL) {
|
| if (!timer_->running()) {
|
|
|