| Index: sdk/lib/io/process.dart
|
| diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart
|
| index f5edeb667dd5b9d29535419a215a96570de9fd8f..f2062df562aa9f937731c494d2eef21edfa52253 100644
|
| --- a/sdk/lib/io/process.dart
|
| +++ b/sdk/lib/io/process.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart_io;
|
| -
|
| // TODO(ager): The only reason for this class is that we
|
| // cannot patch a top-level at this point.
|
| class _ProcessUtils {
|
|
|