Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: sdk/lib/_internal/lib/io_patch.dart

Issue 24479004: Remove unused library patch code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/lib/io_patch.dart
diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
index b87d04586b9c8804f4924711ad70cfad676d41a9..13e02de1ec9ff2320ebb4511ea7ec675f1a51bb9 100644
--- a/sdk/lib/_internal/lib/io_patch.dart
+++ b/sdk/lib/_internal/lib/io_patch.dart
@@ -27,9 +27,6 @@ patch class _Directory {
patch static List _list(String path, bool recursive, bool followLinks) {
throw new UnsupportedError("Directory._list");
}
- patch static SendPort _newServicePort() {
- throw new UnsupportedError("Directory._newServicePort");
- }
}
patch class _EventHandler {
@@ -40,12 +37,6 @@ patch class _EventHandler {
}
}
-patch class _FileUtils {
- patch static SendPort _newServicePort() {
- throw new UnsupportedError("FileUtils._newServicePort");
- }
-}
-
patch class FileStat {
patch static List<int> _statSync(String path) {
throw new UnsupportedError("FileStat.stat");
@@ -300,9 +291,6 @@ patch class _SecureFilter {
patch factory _SecureFilter() {
throw new UnsupportedError("_SecureFilter._SecureFilter");
}
- patch static SendPort _newServicePort() {
- throw new UnsupportedError("_SecureFilter._newServicePort");
- }
}
patch class _StdIOUtils {
« no previous file with comments | « no previous file | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698