diff --git a/libraries/libstratosphere/source/fssystem/fssystem_local_file_system.cpp b/libraries/libstratosphere/source/fssystem/fssystem_local_file_system.cpp index da12e4de6..2a11b1550 100644 --- a/libraries/libstratosphere/source/fssystem/fssystem_local_file_system.cpp +++ b/libraries/libstratosphere/source/fssystem/fssystem_local_file_system.cpp @@ -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 {