| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index 20d32bc2ed8ad5c32e97f6412c0534df654b63b6..7183d0e52e512876d38d793d91f9a6dbe1038406 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -761,8 +761,6 @@ class RuntimeCallTimerScope {
|
| SC(math_exp_runtime, V8.MathExpRuntime) \
|
| SC(math_log_runtime, V8.MathLogRuntime) \
|
| SC(math_pow_runtime, V8.MathPowRuntime) \
|
| - SC(math_round_runtime, V8.MathRoundRuntime) \
|
| - SC(math_sqrt_runtime, V8.MathSqrtRuntime) \
|
| SC(stack_interrupts, V8.StackInterrupts) \
|
| SC(runtime_profiler_ticks, V8.RuntimeProfilerTicks) \
|
| SC(runtime_calls, V8.RuntimeCalls) \
|
|
|