Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 47d87eaa50a044426cb446bb451c49d7bed6d3e0..4698449368c6d757248bd79aa8d15df60018d93c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -774,7 +774,6 @@ DEFINE_bool(trace_regexp_assembler, false, |
DEFINE_bool(log, false, |
"Minimal logging (no API, code, GC, suspect, or handles samples).") |
DEFINE_bool(log_all, false, "Log all events to the log file.") |
-DEFINE_bool(log_runtime, false, "Activate runtime system %Log call.") |
DEFINE_bool(log_api, false, "Log API events to the log file.") |
DEFINE_bool(log_code, false, |
"Log code events to the log file without profiling.") |