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

Unified Diff: runtime/lib/isolate.dart

Issue 8399025: Remove obsolete isolate bind method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/isolate.dart
diff --git a/runtime/lib/isolate.dart b/runtime/lib/isolate.dart
index 5d9d8b234558b7b223138f4228adfd7f415ce907..9065561385231202dcfe68f9272221f440977278 100644
--- a/runtime/lib/isolate.dart
+++ b/runtime/lib/isolate.dart
@@ -148,8 +148,4 @@ class IsolateNatives {
// This method is being dispatched to from the public core library code.
static SendPort _start(Isolate isolate, bool light)
native "IsolateNatives_start";
-
- // The VM knows in which isolate the function must be run, therefore
- // there is no need for wrapping it.
- static Function bind(Function f) { return f; }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698