| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index 6cd1b5005fa54d64d885d40da3f88508d00f66c9..736bf5df2cedf9cc16927f9076935e656b117361 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -165,9 +165,6 @@ patch class _ProcessUtils {
|
| patch static _setExitCode(int status) {
|
| throw new UnsupportedError("ProcessUtils._setExitCode");
|
| }
|
| - patch static _sleep(int millis) {
|
| - throw new UnsupportedError("ProcessUtils._sleep");
|
| - }
|
| }
|
|
|
| patch class Process {
|
|
|