| Index: sdk/lib/io/file.dart
|
| diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart
|
| index dba693195e89c292f2c1b8bdc349c6ec3fe713fe..5cbff1cd663e67c27637c9f048d8ac30b5f8b4d4 100644
|
| --- a/sdk/lib/io/file.dart
|
| +++ b/sdk/lib/io/file.dart
|
| @@ -41,12 +41,6 @@ abstract class File implements FileSystemEntity {
|
| factory File(String path) => new _File(path);
|
|
|
| /**
|
| - * Create a File object from a Path object.
|
| - */
|
| - @deprecated
|
| - factory File.fromPath(Path path) => new _File.fromPath(path);
|
| -
|
| - /**
|
| * Create the file. Returns a [:Future<File>:] that completes with
|
| * the file when it has been created.
|
| *
|
|
|