| Index: runtime/include/dart_debugger_api.h
|
| diff --git a/runtime/include/dart_debugger_api.h b/runtime/include/dart_debugger_api.h
|
| index 605176a97e5982058eba19909672c1044e877e4f..12433b9dc92d5a6387b7e41e391603bed1d885f1 100755
|
| --- a/runtime/include/dart_debugger_api.h
|
| +++ b/runtime/include/dart_debugger_api.h
|
| @@ -517,16 +517,6 @@ DART_EXPORT Dart_Handle Dart_GetObjClassId(Dart_Handle object,
|
|
|
|
|
| /**
|
| - * Returns the superclass of the given class \cls.
|
| - *
|
| - * Requires there to be a current isolate.
|
| - *
|
| - * \return A handle to the class object.
|
| - */
|
| -DART_EXPORT Dart_Handle Dart_GetSuperclass(Dart_Handle cls);
|
| -
|
| -
|
| -/**
|
| * Returns the supertype of the given instantiated type \cls.
|
| *
|
| * Requires there to be a current isolate.
|
|
|