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

Unified Diff: sdk/lib/io/directory_impl.dart

Issue 25173004: dart:io | Remove unused asynchronous file request enums. (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 | « runtime/bin/file.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/directory_impl.dart
diff --git a/sdk/lib/io/directory_impl.dart b/sdk/lib/io/directory_impl.dart
index d1258fbc1928adeb967e673761c7f306cbc141b2..ec40c3f0b04b7d0b20e1356bfac56b01760a36bf 100644
--- a/sdk/lib/io/directory_impl.dart
+++ b/sdk/lib/io/directory_impl.dart
@@ -5,15 +5,6 @@
part of dart.io;
class _Directory extends FileSystemEntity implements Directory {
- static const CREATE_REQUEST = 0;
- static const DELETE_REQUEST = 1;
- static const EXISTS_REQUEST = 2;
- static const CREATE_TEMP_REQUEST = 3;
- static const LIST_START_REQUEST = 4;
- static const LIST_NEXT_REQUEST = 5;
- static const LIST_STOP_REQUEST = 6;
- static const RENAME_REQUEST = 7;
-
final String path;
_Directory(String this.path) {
« no previous file with comments | « runtime/bin/file.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698