Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 3f0f7ec4fe1dd3b42fa236f63c10c41ec8706b17..f3eaac8377b2ab59fc758040e3f4ce3d5336a628 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -471,9 +471,6 @@ DEFINE_bool(trace_array_abuse, false, |
"trace out-of-bounds accesses to all arrays") |
DEFINE_implication(trace_array_abuse, trace_js_array_abuse) |
DEFINE_implication(trace_array_abuse, trace_external_array_abuse) |
-DEFINE_bool(debugger_auto_break, true, |
- "automatically set the debug break flag when debugger commands are " |
- "in the queue") |
DEFINE_bool(enable_liveedit, true, "enable liveedit experimental feature") |
DEFINE_bool(hard_abort, true, "abort by crashing") |