aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/file_backend.h
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-11-27 18:56:56 -0500
committerGitHub <noreply@github.com>2016-11-27 18:56:56 -0500
commit4ba5acdaff19f5334b86e86c324763d4e9b969b0 (patch)
tree408343a46858bcde292744d89fc6b3dadd9a54b0 /src/core/file_sys/file_backend.h
parent77b7cec8afcaf9c267c8dbae49e123d980a32e73 (diff)
parent282195b450721a5b8ad0cea8e66606b2661fe888 (diff)
Merge pull request #2132 from wwylele/fix-fs-err
Correct FS error codes & add path boundary checks
Diffstat (limited to 'src/core/file_sys/file_backend.h')
-rw-r--r--src/core/file_sys/file_backend.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/file_sys/file_backend.h b/src/core/file_sys/file_backend.h
index ed997537f..5e7c2bab4 100644
--- a/src/core/file_sys/file_backend.h
+++ b/src/core/file_sys/file_backend.h
@@ -19,12 +19,6 @@ public:
virtual ~FileBackend() {}
/**
- * Open the file
- * @return Result of the file operation
- */
- virtual ResultCode Open() = 0;
-
- /**
* Read data from the file
* @param offset Offset in bytes to start reading data from
* @param length Length in bytes of data to read from file