mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
fs: remove dead code
This commit is contained in:
parent
9b47ddf01f
commit
a8b52dc123
1 changed files with 0 additions and 5 deletions
|
@ -178,11 +178,6 @@ namespace ams::fssystem {
|
|||
}
|
||||
|
||||
R_SUCCEED();
|
||||
|
||||
/* Set the file size. */
|
||||
R_UNLESS(::SetEndOfFile(handle), ConvertLastErrorToResult());
|
||||
|
||||
R_SUCCEED();
|
||||
}
|
||||
|
||||
class LocalFile : public ::ams::fs::fsa::IFile, public ::ams::fs::impl::Newable {
|
||||
|
|
Loading…
Reference in a new issue