Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 6831a64565f643d31c08401df3e94afdfedde369..df91fe98afe984a10593883063cc432eec42950c 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -2694,10 +2694,6 @@ class NewSpace : public Space { |
bool IsFromSpaceCommitted() { return from_space_.is_committed(); } |
- inline intptr_t inline_allocation_limit_step() { |
- return inline_allocation_limit_step_; |
- } |
- |
SemiSpace* active_space() { return &to_space_; } |
private: |