| Index: sdk/lib/io/path.dart
|
| diff --git a/sdk/lib/io/path.dart b/sdk/lib/io/path.dart
|
| index b24c3985dd665e91565d921c9f40dbb5535fedfd..dcf492e0d3caac55a9dcab398176d420ccd08ce5 100644
|
| --- a/sdk/lib/io/path.dart
|
| +++ b/sdk/lib/io/path.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;
|
| -
|
| /**
|
| * A Path, which is a String interpreted as a sequence of path segments,
|
| * which are strings, separated by forward slashes.
|
|
|