| Index: runtime/lib/mirrors_patch.dart
|
| diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
|
| index 364b0abfa9a3c0f4517cef4555c096a281898830..3f4b954d3c9b71445eea830aefd9631cbc861795 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].
|
| - */
|
| -patch 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
|
|
|