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

Unified Diff: runtime/bin/file.h

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/directory.h ('k') | sdk/lib/io/directory_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file.h
diff --git a/runtime/bin/file.h b/runtime/bin/file.h
index 6eec87a7b2a5cc1469599b1a81ebd59ada8aa9a6..41efb4c999d78014e953154ada8519c2a151ef04 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -60,35 +60,6 @@ class File {
kOther = 4
};
- enum FileRequest {
- kExistsRequest = 0,
- kCreateRequest = 1,
- kDeleteRequest = 2,
- kRenameRequest = 3,
- kOpenRequest = 4,
- kResolveSymbolicLinksRequest = 5,
- kCloseRequest = 6,
- kPositionRequest = 7,
- kSetPositionRequest = 8,
- kTruncateRequest = 9,
- kLengthRequest = 10,
- kLengthFromPathRequest = 11,
- kLastModifiedRequest = 12,
- kFlushRequest = 13,
- kReadByteRequest = 14,
- kWriteByteRequest = 15,
- kReadRequest = 16,
- kReadIntoRequest = 17,
- kWriteFromRequest = 18,
- kCreateLinkRequest = 19,
- kDeleteLinkRequest = 20,
- kRenameLinkRequest = 21,
- kLinkTargetRequest = 22,
- kTypeRequest = 23,
- kIdenticalRequest = 24,
- kStatRequest = 25
- };
-
enum FileStat {
// These match the constants in FileStat in file_system_entity.dart.
kType = 0,
« no previous file with comments | « runtime/bin/directory.h ('k') | sdk/lib/io/directory_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698