summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/gc/heap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h
index 57d3d506f0..faa6195259 100644
--- a/runtime/gc/heap.h
+++ b/runtime/gc/heap.h
@@ -1293,10 +1293,6 @@ class Heap {
// Parallel GC data structures.
std::unique_ptr<ThreadPool> thread_pool_;
- // Estimated allocation rate (bytes / second). Computed between the time of the last GC cycle
- // and the start of the current one.
- uint64_t allocation_rate_;
-
// For a GC cycle, a bitmap that is set corresponding to the
std::unique_ptr<accounting::HeapBitmap> live_bitmap_ GUARDED_BY(Locks::heap_bitmap_lock_);
std::unique_ptr<accounting::HeapBitmap> mark_bitmap_ GUARDED_BY(Locks::heap_bitmap_lock_);