Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index cadfa156f31cff38daaa3fb9922837fcff604398..e937fe6045ad4e7ad188730fecc59ec863c4ee1c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -370,7 +370,6 @@ DEFINE_BOOL(concurrent_recompilation, true, |
DEFINE_BOOL(job_based_recompilation, false, |
"post tasks to v8::Platform instead of using a thread for " |
"concurrent recompilation") |
-DEFINE_IMPLICATION(job_based_recompilation, concurrent_recompilation) |
DEFINE_BOOL(trace_concurrent_recompilation, false, |
"track concurrent recompilation") |
DEFINE_INT(concurrent_recompilation_queue_length, 8, |