From c52f3034b06c03632e937aff07d46c2bdcadfef5 Mon Sep 17 00:00:00 2001 From: Richard Uhler Date: Thu, 2 Mar 2017 13:45:45 +0000 Subject: Remove --include-patch-information option from dex2oat. Because we no longer support running patchoat on npic oat files, which means the included patch information is unused . Bug: 33192586 Test: m test-art-host Change-Id: I9e100c4e47dc24d91cd74226c84025e961d30f67 --- compiler/optimizing/code_generator_mips64.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/optimizing/code_generator_mips64.h') diff --git a/compiler/optimizing/code_generator_mips64.h b/compiler/optimizing/code_generator_mips64.h index 26cc7dc788..3056f7f464 100644 --- a/compiler/optimizing/code_generator_mips64.h +++ b/compiler/optimizing/code_generator_mips64.h @@ -492,8 +492,6 @@ class CodeGeneratorMIPS64 : public CodeGenerator { ArenaDeque pc_relative_type_patches_; // PC-relative type patch info for kBssEntry. ArenaDeque type_bss_entry_patches_; - // Deduplication map for patchable boot image addresses. - Uint32ToLiteralMap boot_image_address_patches_; // Patches for string root accesses in JIT compiled code. StringToLiteralMap jit_string_patches_; // Patches for class root accesses in JIT compiled code. -- cgit v1.2.3