Chromium Code Reviews| Index: lib/isolate/isolate_compiler.dart |
| diff --git a/lib/isolate/isolate_compiler.dart b/lib/isolate/isolate_compiler.dart |
| index 0f9e886c92231c67fd5546c6cd06053c082f4824..e860a48d2c7696ae021737d90ba54610f1a83911 100644 |
| --- a/lib/isolate/isolate_compiler.dart |
| +++ b/lib/isolate/isolate_compiler.dart |
| @@ -30,8 +30,4 @@ class _ReceivePortFactory { |
| factory ReceivePort() { |
| throw new NotImplementedException(); |
| } |
| - |
| - factory ReceivePort.singleShot() { |
| - throw new NotImplementedException(); |
| - } |
| } |