mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +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) {
|
int PS4_SYSV_ABI sceKernelFtruncate(int fd, s64 length) {
|
||||||
auto* h = Common::Singleton<Core::FileSys::HandleTable>::Instance();
|
auto* h = Common::Singleton<Core::FileSys::HandleTable>::Instance();
|
||||||
auto* mnt = Common::Singleton<Core::FileSys::MntPoints>::Instance();
|
|
||||||
|
|
||||||
auto* file = h->GetFile(fd);
|
auto* file = h->GetFile(fd);
|
||||||
|
|
||||||
if (file == nullptr) {
|
if (file == nullptr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user