diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index b6a9125967..ae25dd1c65 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -383,7 +383,6 @@ class Runtime { return imt_conflict_method_ != nullptr; } - void FixupConflictTables(); void SetImtConflictMethod(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_); void SetImtUnimplementedMethod(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_); |