diff options
| author | 2016-09-27 09:31:33 +0000 | |
|---|---|---|
| committer | 2016-09-27 09:31:33 +0000 | |
| commit | adc4e8297c9659125ae2a3d1a4b089312c2e2dd8 (patch) | |
| tree | 7b28b33461294ec46df64af8bdd7a648c4f5de0d /compiler/driver/compiler_driver.h | |
| parent | fc916a6c9a2c0d3b63005cf7ae26cbf08bd89c7d (diff) | |
| parent | da079bba8403733cac9bb7415b038ffd77e62403 (diff) | |
Merge "Cleanup String.<init> handling."
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; } |