fs.mitm: Remove shim for fsStorageGetSize, which was added to libnx

This commit is contained in:
Michael Scire
2018-07-29 11:07:05 -07:00
parent a9b20b5553
commit de05685e3d
2 changed files with 0 additions and 34 deletions

View File

@@ -29,7 +29,6 @@ Result fsOpenDataStorageByDataIdFromDomain(Service* s, FsStorageId storage_id, u
Result fsFileOperateRange(FsFile* f, u32 op_id, u64 off, u64 len, FsRangeInfo *out);
/* Missing FS Storage commands. */
Result fsStorageGetSize(FsStorage* s, u64* out);
Result fsStorageOperateRange(FsStorage* s, u32 op_id, u64 off, u64 len, FsRangeInfo *out);
#ifdef __cplusplus