Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 850208bf603e8f6c0ed9561fba1d0d0061dde40c..da587cbc232fbfa6a43fc0fae3d9aa44d73828c6 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -253,9 +253,6 @@ DEFINE_IMPLICATION(harmony_destructuring, harmony_default_parameters) |
// Flags for experimental implementation features. |
DEFINE_BOOL(compiled_keyed_generic_loads, false, |
"use optimizing compiler to generate keyed generic load stubs") |
-// TODO(hpayer): We will remove this flag as soon as we have pretenuring |
-// support for specific allocation sites. |
-DEFINE_BOOL(pretenuring_call_new, false, "pretenure call new") |
DEFINE_BOOL(allocation_site_pretenuring, true, |
"pretenure with allocation sites") |
DEFINE_BOOL(trace_pretenuring, false, |