summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-08-09 12:17:02 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-08-09 12:17:02 +0000
commitb00c8b076714b779a2d34f581e849f33f407d6d8 (patch)
tree9fa3ab6deb99f0bf892e987f3d1ae789f67bbd71 /compiler/driver/compiler_driver.h
parenta4a1e69af66ea9620a20a955b0e89bb50da873c9 (diff)
parent6921d90a241f0307ac25120f8f976744d4a57706 (diff)
Merge "Revert "Support class unloading in dex2oat for quicken multidex""
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,