diff options
Diffstat (limited to 'runtime/debug_print.h')
| -rw-r--r-- | runtime/debug_print.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/debug_print.h b/runtime/debug_print.h index e2990d4c2d..7c6840284d 100644 --- a/runtime/debug_print.h +++ b/runtime/debug_print.h @@ -29,9 +29,6 @@ std::string DescribeSpace(ObjPtr<mirror::Class> klass) std::string DescribeLoaders(ObjPtr<mirror::ClassLoader> loader, const char* class_descriptor) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR; -void DumpB77342775DebugData(ObjPtr<mirror::Class> target_class, ObjPtr<mirror::Class> src_class) - REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR; - } // namespace art #endif // ART_RUNTIME_DEBUG_PRINT_H_ |