| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f925d634dbaa8d99057b9002db5602af02e695d1..f040247f0240ba6b2ae6a33d9131c184037ccbd9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -339,10 +339,6 @@ DEFINE_bool(compilation_cache, true, "enable compilation cache")
|
|
|
| DEFINE_bool(cache_prototype_transitions, true, "cache prototype transitions")
|
|
|
| -// cpu-profiler.cc
|
| -DEFINE_int(cpu_profiler_sampling_period, 1000,
|
| - "CPU profiler sampling period in microseconds")
|
| -
|
| // debug.cc
|
| DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response")
|
| DEFINE_bool(debugger_auto_break, true,
|
|
|