| Index: runtime/lib/mirrors_patch.dart
|
| diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
|
| index b3f2d4d530907dc4328caa590c307ab8ec493c58..200b1b0b1a606fa874ec579951b85dc492318274 100644
|
| --- a/runtime/lib/mirrors_patch.dart
|
| +++ b/runtime/lib/mirrors_patch.dart
|
| @@ -14,14 +14,6 @@ patch MirrorSystem currentMirrorSystem() {
|
| }
|
|
|
| /**
|
| - * Creates a [MirrorSystem] for the isolate which is listening on
|
| - * the [SendPort].
|
| - */
|
| -Future<MirrorSystem> mirrorSystemOf(SendPort port) {
|
| - return _Mirrors.mirrorSystemOf(port);
|
| -}
|
| -
|
| -/**
|
| * Returns an [InstanceMirror] for some Dart language object.
|
| *
|
| * This only works if this mirror system is associated with the
|
|
|