diff options
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; |