summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/driver/compiler_driver.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/driver/compiler_driver.cc b/src/compiler/driver/compiler_driver.cc
index 7ce01eda87..204f6391dc 100644
--- a/src/compiler/driver/compiler_driver.cc
+++ b/src/compiler/driver/compiler_driver.cc
@@ -1615,9 +1615,6 @@ void CompilerDriver::CompileMethod(const DexFile::CodeItem* code_item, uint32_t
bool dont_compile = false;
#if ART_SLOW_MODE
dont_compile = (image_classes_ == NULL) || (image_classes_->size() == 0);
- if (dont_compile) {
- LOG(INFO) << "Not compiling code as ART_SLOW_MODE is enabled";
- }
#endif // ART_SLOW_MODE
if (!dont_compile) {
compiled_method = (*compiler_)(*this, code_item, access_flags, invoke_type, class_def_idx,