mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-24 17:45:45 +00:00
FileSys: remove Open from FileBackend
Same as directory, file shouldn't expose Open either.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user