summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2017-08-09 10:12:06 +0000
committer Richard Uhler <ruhler@google.com> 2017-08-09 10:12:06 +0000
commit6921d90a241f0307ac25120f8f976744d4a57706 (patch)
tree04365479a12f9be9bfee324395284eb28391d965 /compiler/driver/compiler_driver.h
parent0b1c341d2d89a483142cd14bdeb4650ab00184f1 (diff)
Revert "Support class unloading in dex2oat for quicken multidex"
This reverts commit 0b1c341d2d89a483142cd14bdeb4650ab00184f1. New test Dex2oatDeterminism.UnloadCompile fails on bots gtest-debug-gc and friends. Change-Id: Ib101fc4390d90f88fe017d8482775d5e975f2ccb
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index ba4581c9f4..d9886a2fba 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -377,8 +377,6 @@ class CompilerDriver {
return profile_compilation_info_;
}
- bool CanAssumeVerified(ClassReference ref) const;
-
private:
void PreCompile(jobject class_loader,
const std::vector<const DexFile*>& dex_files,