diff options
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r-- | compiler/oat_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index e2233e4bbd..97b13746fc 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -250,7 +250,6 @@ class OatTest : public CommonCompilerTest { elf_writer->WriteDynamicSection(); elf_writer->WriteDebugInfo(oat_writer.GetMethodDebugInfo()); - elf_writer->WritePatchLocations(oat_writer.GetAbsolutePatchLocations()); if (!elf_writer->End()) { return false; |