diff options
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index 7de29d4024..3dd57121ca 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -414,7 +414,6 @@ class JitCodeCache { } ProfilingInfo* GetProfilingInfo(ArtMethod* method, Thread* self); - void ResetHotnessCounter(ArtMethod* method, Thread* self); void MaybeUpdateInlineCache(ArtMethod* method, uint32_t dex_pc, ObjPtr<mirror::Class> cls, |