From 7370d92da01ad07c649e3f988aaf55ee7585a803 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Tue, 12 Feb 2019 14:00:30 +0000 Subject: Remove oat_patches from the DWARF writer. We no longer use them. Test: test-art-host-gtest-dwarf_test Change-Id: Ie018d2314f028584edb398b6310a7284a0ec2069 --- compiler/debug/elf_debug_writer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/debug/elf_debug_writer.h') diff --git a/compiler/debug/elf_debug_writer.h b/compiler/debug/elf_debug_writer.h index d5aa9cd257..3cc38a2757 100644 --- a/compiler/debug/elf_debug_writer.h +++ b/compiler/debug/elf_debug_writer.h @@ -37,8 +37,7 @@ struct MethodDebugInfo; template void WriteDebugInfo( linker::ElfBuilder* builder, - const DebugInfo& debug_info, - bool write_oat_patches); + const DebugInfo& debug_info); std::vector MakeMiniDebugInfo( InstructionSet isa, -- cgit v1.2.3-59-g8ed1b