Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
index feb70091d522521d7dc50fa9ffe338597ea9f013..37dc6b8e7e1876823f1bb56bfd63929fd43f64f5 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
@@ -90,9 +90,6 @@ patch class _File { |
patch static _deleteLink(String path) { |
throw new UnsupportedError("File._deleteLink"); |
} |
- patch static _directory(String path) { |
- throw new UnsupportedError("File._directory"); |
- } |
patch static _lengthFromPath(String path) { |
throw new UnsupportedError("File._lengthFromPath"); |
} |