summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-09-05 23:01:02 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-09-05 23:01:02 +0000
commit28f53f57265134a9eac2dd3fe7782056357ce4fb (patch)
tree64ca841bef8f6e030e03548044ebe924d279598f /compiler/driver/compiler_driver.h
parent901679cbdf4c0179d784313c10285de8c21abc93 (diff)
parentd3ea5b3d7f6a829fba5979657ee8af9d8b2a7fdb (diff)
Merge changes I66c62317,Id097273a,If3bfe695
* changes: ART: Recognize compile-time soft-fails ART: Change CanAssumeVerified to GetPreviousClassState ART: Move Class::Status to ClassStatus
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 11808c1be4..d08d9d7940 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -379,8 +379,6 @@ class CompilerDriver {
return profile_compilation_info_;
}
- bool CanAssumeVerified(ClassReference ref) const;
-
// Is `boot_image_filename` the name of a core image (small boot
// image used for ART testing only)?
static bool IsCoreImageFilename(const std::string& boot_image_filename) {