| Index: sdk/lib/io/path_impl.dart
|
| diff --git a/sdk/lib/io/path_impl.dart b/sdk/lib/io/path_impl.dart
|
| index 61accfb3347726ccce8c55feda55bbd5ddca82b3..2a661e0d5d831b0898deb7e0fe418005c0315391 100644
|
| --- a/sdk/lib/io/path_impl.dart
|
| +++ b/sdk/lib/io/path_impl.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;
|
| -
|
| class _Path implements Path {
|
| final String _path;
|
| final bool isWindowsShare;
|
|
|