| Index: runtime/lib/mirrors_impl.dart
|
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart
|
| index fd2d1d7589e477faa2d3b570dc560e1eaa2ceafd..a5731b62bd5ffc3806d8d9296d104fff1cab57b4 100644
|
| --- a/runtime/lib/mirrors_impl.dart
|
| +++ b/runtime/lib/mirrors_impl.dart
|
| @@ -1417,9 +1417,6 @@ class _SpecialTypeMirror extends _LocalMirror
|
| }
|
|
|
| class _Mirrors {
|
| - // Does a port refer to our local isolate?
|
| - static bool isLocalPort(SendPort port) native 'Mirrors_isLocalPort';
|
| -
|
| static MirrorSystem _currentMirrorSystem = null;
|
|
|
| // Creates a new local MirrorSystem.
|
|
|