Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index ae1f89c735f19594c98b64a68174460f520148bc..526303af8b88f02b7472e25527f4aac1f4ce3410 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -765,11 +765,6 @@ DEFINE_BOOL(stress_compaction, false, |
"stress the GC compactor to flush out bugs (implies " |
"--force_marking_deque_overflows)") |
-DEFINE_BOOL(manual_evacuation_candidates_selection, false, |
- "Test mode only flag. It allows an unit test to select evacuation " |
- "candidates pages (requires --stress_compaction).") |
- |
- |
// |
// Dev shell flags |
// |