diff options
| author | 2018-02-02 23:40:56 +0000 | |
|---|---|---|
| committer | 2018-02-02 23:40:56 +0000 | |
| commit | e29ccfd107defd1387740099f0f07116032ca76b (patch) | |
| tree | d6d20cb9e1943487940d0cc06d82350955b496cc /runtime/class_linker.h | |
| parent | 60baf831ae3af26523631d0a3dbb187ea5b3d47d (diff) | |
| parent | da1cdd0b1f89ef76def1c5fa8d2bea83c1a6cf48 (diff) | |
Merge "ART: Fix call site resolution"
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 3e3425f5ac..16fa1ce801 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -979,7 +979,6 @@ class ClassLinker { REQUIRES_SHARED(Locks::mutator_lock_); mirror::MethodHandle* ResolveMethodHandleForMethod(Thread* self, - const DexFile* const dex_file, const DexFile::MethodHandleItem& method_handle, ArtMethod* referrer) REQUIRES_SHARED(Locks::mutator_lock_); |