summaryrefslogtreecommitdiffstats
path: root/base/platform_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/platform_file.h')
-rw-r--r--base/platform_file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/platform_file.h b/base/platform_file.h
index b350f8c..5024717 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -60,9 +60,7 @@ enum PlatformFileError {
PLATFORM_FILE_ERROR_NOT_A_DIRECTORY = -9,
PLATFORM_FILE_ERROR_INVALID_OPERATION = -10,
PLATFORM_FILE_ERROR_SECURITY = -11,
- PLATFORM_FILE_ERROR_ABORT = -12,
- PLATFORM_FILE_ERROR_NOT_A_FILE = -13,
- PLATFORM_FILE_ERROR_NOT_EMPTY = -14,
+ PLATFORM_FILE_ERROR_ABORT = -12
};
// Used to hold information about a given file.