Index: compiler/lib/implementation/isolate.dart |
diff --git a/compiler/lib/implementation/isolate.dart b/compiler/lib/implementation/isolate.dart |
index 0680c740d1c4e3fd392009d8aadf8cdc4bf54dbf..704c5f009e287b7904d1f03e6cdafa803ea41b8b 100644 |
--- a/compiler/lib/implementation/isolate.dart |
+++ b/compiler/lib/implementation/isolate.dart |
@@ -165,7 +165,6 @@ class IsolateNatives { |
} |
static SendPort _spawn(Isolate isolate, bool light, SendPort port) native; |
- static Function bind(Function f) native; |
} |