diff options
| author | 2015-11-04 23:42:13 +0000 | |
|---|---|---|
| committer | 2015-11-04 23:42:13 +0000 | |
| commit | accc24985c08e98a27f43bc856fba4c3c48e79e9 (patch) | |
| tree | 268c7f895e83c6922b684826098ea012628c501c /runtime/class_linker.h | |
| parent | 3c60103948a8357497765965234eff7a56164061 (diff) | |
| parent | 99babb6add7db19ce7605f6d5e4aee79d52e386f (diff) | |
Merge "ART: Change behavior for rethrowing init failures"
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 392efd23e2..73f9d4b864 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -854,9 +854,6 @@ class ClassLinker { SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!dex_lock_); - bool HasInitWithString(Thread* self, const char* descriptor) - SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!dex_lock_); - bool CanWeInitializeClass(mirror::Class* klass, bool can_init_statics, bool can_init_parents) SHARED_REQUIRES(Locks::mutator_lock_); |