diff options
author | 2022-03-25 15:32:13 +0000 | |
---|---|---|
committer | 2022-03-25 18:13:56 +0000 | |
commit | 396bab83f985fb4b0dc0ca9dc8ccdc955e2dde8b (patch) | |
tree | cdbb88619b00a9bdd6d69b2e1bfbbab2457ca218 /compiler/driver/compiler_options.h | |
parent | 02af7366063fe6ae9ac20e0521de2ca7b33e50ef (diff) |
Remove obsolete code related to quickening.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Change-Id: I5e3b819d5dcee20f3cf8ae8175769115f88af027
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r-- | compiler/driver/compiler_options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index a31be3f640..783092431a 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -486,7 +486,6 @@ class CompilerOptions final { const std::vector<std::string>* passes_to_run_; friend class Dex2Oat; - friend class DexToDexDecompilerTest; friend class CommonCompilerDriverTest; friend class CommonCompilerTestImpl; friend class jit::JitCompiler; |