Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 41e0c43e0650edb83c1e9af836ef3022193d4507..e90e468ea156009936bec3bfded3873def4e7ab7 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1060,7 +1060,6 @@ DEFINE_BOOL(prof_cpp, false, "Like --prof, but ignore generated code.") |
DEFINE_IMPLICATION(prof, prof_cpp) |
DEFINE_BOOL(prof_browser_mode, true, |
"Used with --prof, turns on browser-compatible mode for profiling.") |
-DEFINE_BOOL(log_regexp, false, "Log regular expression execution.") |
DEFINE_STRING(logfile, "v8.log", "Specify the name of the log file.") |
DEFINE_BOOL(logfile_per_isolate, true, "Separate log files for each isolate.") |
DEFINE_BOOL(ll_prof, false, "Enable low-level linux profiler.") |