mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
fs: remove dead code
This commit is contained in:
parent
37089309b2
commit
8127091934
@ -178,11 +178,6 @@ namespace ams::fssystem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
R_SUCCEED();
|
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 {
|
class LocalFile : public ::ams::fs::fsa::IFile, public ::ams::fs::impl::Newable {
|
||||||
|
Loading…
Reference in New Issue
Block a user