diff options
Diffstat (limited to 'compiler/image_writer.cc')
-rw-r--r-- | compiler/image_writer.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/image_writer.cc b/compiler/image_writer.cc index 115e722a75..6ee9cc6056 100644 --- a/compiler/image_writer.cc +++ b/compiler/image_writer.cc @@ -2593,10 +2593,6 @@ void ImageWriter::CopyAndFixupMethod(ArtMethod* orig, CopyReference(copy->GetDeclaringClassAddressWithoutBarrier(), orig->GetDeclaringClassUnchecked()); - mirror::MethodDexCacheType* orig_resolved_methods = - orig->GetDexCacheResolvedMethods(target_ptr_size_); - copy->SetDexCacheResolvedMethods(NativeLocationInImage(orig_resolved_methods), target_ptr_size_); - // OatWriter replaces the code_ with an offset value. Here we re-adjust to a pointer relative to // oat_begin_ |