Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: runtime/lib/mirrors_impl.dart

Issue 115153007: Remove dead isLocalPort from the VM mirrors implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | runtime/vm/bootstrap_natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | runtime/vm/bootstrap_natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698