Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 77af030a9533b2e5ce48bcc0a6288aaaf5844bf1..52ed8071bb49d60b59b8364c45579fd4559d41c1 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -356,7 +356,6 @@ 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_NEG_IMPLICATION(job_based_recompilation, block_concurrent_recompilation) |
DEFINE_BOOL(trace_concurrent_recompilation, false, |
"track concurrent recompilation") |
DEFINE_INT(concurrent_recompilation_queue_length, 8, |