mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 20:15:03 +00:00
Remove unused variable.
This commit is contained in:
parent
ddeff9bc01
commit
45cf1bc98d
@ -393,8 +393,6 @@ s32 PS4_SYSV_ABI sceKernelFsync(int fd) {
|
||||
|
||||
int PS4_SYSV_ABI sceKernelFtruncate(int fd, s64 length) {
|
||||
auto* h = Common::Singleton<Core::FileSys::HandleTable>::Instance();
|
||||
auto* mnt = Common::Singleton<Core::FileSys::MntPoints>::Instance();
|
||||
|
||||
auto* file = h->GetFile(fd);
|
||||
|
||||
if (file == nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user