Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index fd1e3ccaeeb752ec57557225751113c6875af884..a385671f352e86a19b1dbf51ceb49f910ce66dc9 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -372,10 +372,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(trace_js_array_abuse, false, |