diff options
author | 2021-03-18 14:11:11 +0000 | |
---|---|---|
committer | 2021-03-18 20:37:45 +0000 | |
commit | d3d1a1a11626bd5198edb9242831c7b120652fbb (patch) | |
tree | ff8a97051ef08c463ae49d0d04faa24aa26713fa /dex2oat/common_compiler_driver_test.cc | |
parent | 9cf17115d93649311da4fd2ac0cd1f8e97e06490 (diff) |
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
Diffstat (limited to 'dex2oat/common_compiler_driver_test.cc')
-rw-r--r-- | dex2oat/common_compiler_driver_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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<const DexFile*>& 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() { |