From d3d1a1a11626bd5198edb9242831c7b120652fbb Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Thu, 18 Mar 2021 14:11:11 +0000 Subject: Remove DexToDexCompiler Since quickening is deprecated, it is no longer used. This CL only removes compile-time dead code. Bug: 170086509 Test: test-art-host-gtest Test: test.py -r -b --host Change-Id: I46c02fb7a9304f8361cecfafb9507c906a93592f --- dex2oat/common_compiler_driver_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'dex2oat/common_compiler_driver_test.cc') diff --git a/dex2oat/common_compiler_driver_test.cc b/dex2oat/common_compiler_driver_test.cc index db64fe4851..1f62cd7da5 100644 --- a/dex2oat/common_compiler_driver_test.cc +++ b/dex2oat/common_compiler_driver_test.cc @@ -59,7 +59,6 @@ void CommonCompilerDriverTest::CompileAll(jobject class_loader, void CommonCompilerDriverTest::SetDexFilesForOatFile(const std::vector& dex_files) { compiler_options_->dex_files_for_oat_file_ = dex_files; compiler_driver_->compiled_classes_.AddDexFiles(dex_files); - compiler_driver_->dex_to_dex_compiler_.SetDexFiles(dex_files); } void CommonCompilerDriverTest::ReserveImageSpace() { -- cgit v1.2.3-59-g8ed1b