From 956af0f0cb05422e38c1d22cbef309d16b8a1a12 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 11 Dec 2014 14:34:28 -0800 Subject: Remove portable. Change-Id: I3bf3250fa866fd2265f1b115d52fa5dedc48a7fc --- compiler/image_test.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/image_test.cc') 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(); } -- cgit v1.2.3-59-g8ed1b