| Index: runtime/lib/mirrors.cc
|
| diff --git a/runtime/lib/mirrors.cc b/runtime/lib/mirrors.cc
|
| index 2231f1b453cbc7260a50d7721f2438037fa763fe..b42a00a9232d22c6ffcaa653d5cb3d683f51926d 100644
|
| --- a/runtime/lib/mirrors.cc
|
| +++ b/runtime/lib/mirrors.cc
|
| @@ -523,13 +523,6 @@ static bool FieldIsUninitialized(const Field& field) {
|
| }
|
|
|
|
|
| -DEFINE_NATIVE_ENTRY(ClassMirror_name, 1) {
|
| - GET_NON_NULL_NATIVE_ARGUMENT(MirrorReference, ref, arguments->NativeArgAt(0));
|
| - const Class& klass = Class::Handle(ref.GetClassReferent());
|
| - return klass.UserVisibleName();
|
| -}
|
| -
|
| -
|
| DEFINE_NATIVE_ENTRY(ClassMirror_library, 1) {
|
| GET_NON_NULL_NATIVE_ARGUMENT(MirrorReference, ref, arguments->NativeArgAt(0));
|
| const Class& klass = Class::Handle(ref.GetClassReferent());
|
|
|