diff options
| author | 2017-08-09 12:17:02 +0000 | |
|---|---|---|
| committer | 2017-08-09 12:17:02 +0000 | |
| commit | b00c8b076714b779a2d34f581e849f33f407d6d8 (patch) | |
| tree | 9fa3ab6deb99f0bf892e987f3d1ae789f67bbd71 /compiler/driver/compiler_driver.h | |
| parent | a4a1e69af66ea9620a20a955b0e89bb50da873c9 (diff) | |
| parent | 6921d90a241f0307ac25120f8f976744d4a57706 (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.h | 2 |
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, |