From 031af41d1debbdbd8964d7c504a789068dfe6029 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Mon, 13 Apr 2015 14:25:53 +0000 Subject: Revert "Fallback to quick in case of soft verification errors" This reverts commit c751d37e692d89b360f3c09421401f581b5c6d06. Change-Id: I2183df8e856410989bc019f6a1f58af37d5d7eab --- compiler/driver/compiler_driver.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index b3ca25bed2..a6ed5590dc 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -425,10 +425,6 @@ class CompilerDriver { void RecordClassStatus(ClassReference ref, mirror::Class::Status status) LOCKS_EXCLUDED(compiled_classes_lock_); - // Checks if the specified method has been verified without failures. Returns - // false if the method is not in the verification results (GetVerificationResults). - bool IsMethodVerifiedWithoutFailures(uint32_t method_idx, const DexFile& dex_file) const; - SwapVector* DeduplicateCode(const ArrayRef& code); SwapSrcMap* DeduplicateSrcMappingTable(const ArrayRef& src_map); SwapVector* DeduplicateMappingTable(const ArrayRef& code); -- cgit v1.2.3-59-g8ed1b