| Index: lib/isolate/isolate_compiler.dart
|
| diff --git a/lib/isolate/isolate_compiler.dart b/lib/isolate/isolate_compiler.dart
|
| index 61438ed4fae43f7cf41bc70037a56818ecaf6a1d..5aa0a6d84fbce92ed4a2036e119fbc9c6f2d5f6b 100644
|
| --- a/lib/isolate/isolate_compiler.dart
|
| +++ b/lib/isolate/isolate_compiler.dart
|
| @@ -21,12 +21,6 @@ SendPort _spawnUri(String uri) {
|
|
|
| ReceivePort _port = null;
|
|
|
| -class _IsolateNatives {
|
| - static Future<SendPort> spawn(Isolate isolate, bool isLight) {
|
| - throw new NotImplementedException();
|
| - }
|
| -}
|
| -
|
| class _ReceivePortFactory {
|
| factory ReceivePort() {
|
| throw new NotImplementedException();
|
|
|