Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5fc5d880b3e236e559451fa1939cd66f289255a7..fe5d8e419e116871f818e8c4ff06f1e059be5177 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -309,9 +309,6 @@ DEFINE_int(parallel_recompilation_queue_length, 8, |
"the length of the parallel compilation queue") |
DEFINE_int(parallel_recompilation_delay, 0, |
"artificial compilation delay in ms") |
-DEFINE_bool(omit_prototype_checks_for_leaf_maps, true, |
- "do not emit prototype checks if all prototypes have leaf maps, " |
- "deoptimize the optimized code if the layout of the maps changes.") |
DEFINE_bool(omit_map_checks_for_leaf_maps, true, |
"do not emit check maps for constant values that have a leaf map, " |
"deoptimize the optimized code if the layout of the maps changes.") |