Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b90534c0cc118911d0f26aa1b253e75a776c138c..b64a76a32eba6b125597dfea95fde895ebec235f 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -493,7 +493,6 @@ DEFINE_bool(log_regexp, false, "Log regular expression execution.") |
DEFINE_bool(sliding_state_window, false, |
"Update sliding state window counters.") |
DEFINE_string(logfile, "v8.log", "Specify the name of the log file.") |
-DEFINE_bool(oprofile, false, "Enable JIT agent for OProfile.") |
DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.") |
// |