Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c201316be3f23076e68a1b249441604fc36eb22a..ad526bec49ac078e5eee6803612c71a3a9420eed 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -916,11 +916,6 @@ DEFINE_BOOL(manual_evacuation_candidates_selection, false, |
"Test mode only flag. It allows an unit test to select evacuation " |
"candidates pages (requires --stress_compaction).") |
-// api.cc |
-DEFINE_INT(external_allocation_limit_incremental_time, 1, |
- "Time spent in incremental marking steps (in ms) once the external " |
- "allocation limit is reached") |
- |
DEFINE_BOOL(disable_old_api_accessors, false, |
"Disable old-style API accessors whose setters trigger through the " |
"prototype chain") |