mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Remove unused variable.
This commit is contained in:
parent
ddeff9bc01
commit
45cf1bc98d
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue