diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 1f4c3aca34..41f0d36c79 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -432,9 +432,6 @@ class CompilerDriver {    // Get memory usage during compilation.    std::string GetMemoryUsageString(bool extended) const; -  bool IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file); -  bool IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset); -    void SetHadHardVerifierFailure() {      had_hard_verifier_failure_ = true;    }  |