| Index: runtime/bin/process_impl.dart
|
| ===================================================================
|
| --- runtime/bin/process_impl.dart (revision 11966)
|
| +++ runtime/bin/process_impl.dart (working copy)
|
| @@ -11,12 +11,6 @@
|
|
|
|
|
| class _Process extends Process {
|
| - static Process start(String path,
|
| - List<String> arguments,
|
| - [ProcessOptions options]) {
|
| - return new _Process.start(path, arguments, options);
|
| - }
|
| -
|
| static Future<ProcessResult> run(String path,
|
| List<String> arguments,
|
| [ProcessOptions options]) {
|
|
|