diff options
author | 2014-12-11 14:34:28 -0800 | |
---|---|---|
committer | 2014-12-12 09:33:34 -0800 | |
commit | 956af0f0cb05422e38c1d22cbef309d16b8a1a12 (patch) | |
tree | b558c804d206dad8da648b815750f1b3c97610ae /compiler/image_test.cc | |
parent | 407d77f344cfbdbbfb50531c5f0766bc0892e2fe (diff) |
Remove portable.
Change-Id: I3bf3250fa866fd2265f1b115d52fa5dedc48a7fc
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r-- | compiler/image_test.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc index dac1ef4c06..cf979430ad 100644 --- a/compiler/image_test.cc +++ b/compiler/image_test.cc @@ -72,11 +72,6 @@ TEST_F(ImageTest, WriteRead) { ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); TimingLogger timings("ImageTest::WriteRead", false, false); TimingLogger::ScopedTiming t("CompileAll", &timings); - if (kUsePortableCompiler) { - // TODO: we disable this for portable so the test executes in a reasonable amount of time. - // We shouldn't need to do this. - compiler_options_->SetCompilerFilter(CompilerOptions::kInterpretOnly); - } for (const DexFile* dex_file : class_linker->GetBootClassPath()) { dex_file->EnableWrite(); } |