summaryrefslogtreecommitdiff
path: root/dex2oat/dex/quick_compiler_callbacks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dex2oat/dex/quick_compiler_callbacks.cc')
-rw-r--r--dex2oat/dex/quick_compiler_callbacks.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/dex2oat/dex/quick_compiler_callbacks.cc b/dex2oat/dex/quick_compiler_callbacks.cc
index 7611374561..c3b1c9b530 100644
--- a/dex2oat/dex/quick_compiler_callbacks.cc
+++ b/dex2oat/dex/quick_compiler_callbacks.cc
@@ -47,8 +47,6 @@ ClassStatus QuickCompilerCallbacks::GetPreviousClassState(ClassReference ref) {
return ClassStatus::kNotReady;
}
DCHECK(compiler_driver_ != nullptr);
- // In the case of the quicken filter: avoiding verification of quickened instructions, which the
- // verifier doesn't currently support.
// In the case of the verify filter, avoiding verifiying twice.
return compiler_driver_->GetClassStatus(ref);
}