diff options
Diffstat (limited to 'runtime/gc/heap.h')
| -rw-r--r-- | runtime/gc/heap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/gc/heap.h b/runtime/gc/heap.h index a43f3156f5..c3ee5267b5 100644 --- a/runtime/gc/heap.h +++ b/runtime/gc/heap.h @@ -395,8 +395,6 @@ class Heap { REQUIRES(!Locks::heap_bitmap_lock_) REQUIRES(Locks::mutator_lock_); - uint64_t GetTotalGcCpuTime(); - // Set target ideal heap utilization ratio, implements // dalvik.system.VMRuntime.setTargetHeapUtilization. void SetTargetHeapUtilization(float target); |