Index: src/heap/gc-idle-time-handler.h |
diff --git a/src/heap/gc-idle-time-handler.h b/src/heap/gc-idle-time-handler.h |
index 709aa913da88cd9941f913107ef4a4a506c07d26..39dea7e1ff942c7d4e9c78004c6f184a2b3f9b3f 100644 |
--- a/src/heap/gc-idle-time-handler.h |
+++ b/src/heap/gc-idle-time-handler.h |
@@ -113,10 +113,6 @@ |
// Incremental marking step time. |
static const size_t kIncrementalMarkingStepTimeInMs = 1; |
- // Minimum incremental marking step time. |
- static const size_t kMinIncrementalMarkingStepTimeInMs = |
- kIncrementalMarkingStepTimeInMs + 1; |
- |
static const size_t kMinTimeForOverApproximatingWeakClosureInMs; |
// Number of times we will return a Nothing action in the current mode |