diff options
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r-- | dex2oat/dex2oat.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 0f377719a7..344c9406f2 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -1990,7 +1990,6 @@ class Dex2Oat final { dex_files, timings_, &compiler_options_->image_classes_); - callbacks_->SetVerificationResults(nullptr); // Should not be needed anymore. driver_->CompileAll(class_loader, dex_files, timings_); driver_->FreeThreadPools(); return class_loader; |