Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5c0f0292bb8aba0ba54a1abc3b7030121be29414..d8de8557788d5c22a8c154b094198f5e78995e7c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -493,8 +493,6 @@ DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |
"randomly schedule instructions to stress dependency tracking") |
DEFINE_BOOL(turbo_store_elimination, true, |
"enable store-store elimination in TurboFan") |
-DEFINE_BOOL(turbo_lower_create_closure, false, |
- "enable inline allocation for closure instantiation") |
// TODO(turbofan): Rename --crankshaft to --optimize eventually. |
DEFINE_IMPLICATION(turbo, crankshaft) |