Index: sdk/lib/_internal/lib/io_patch.dart |
diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart |
index 88e4f86247bc9dab60fb23bd1f3fdf567e30429a..4321ab8fe9ecb083ac5b9af0a253d1d957a6fc14 100644 |
--- a/sdk/lib/_internal/lib/io_patch.dart |
+++ b/sdk/lib/_internal/lib/io_patch.dart |
@@ -185,9 +185,6 @@ patch class _ProcessUtils { |
patch static int _pid(Process process) { |
throw new UnsupportedError("ProcessUtils._pid"); |
} |
- patch static Stream<ProcessSignal> _watchSignal(ProcessSignal signal) { |
- throw new UnsupportedError("ProcessUtils._watchSignal"); |
- } |
} |
patch class Process { |