FileSys: remove Open from FileBackend

Same as directory, file shouldn't expose Open either.
This commit is contained in:
wwylele
2016-10-17 10:10:23 +08:00
parent b7ec06d28a
commit 9da26883cb
4 changed files with 44 additions and 64 deletions
-6
View File
@@ -18,12 +18,6 @@ public:
FileBackend() {}
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