Remove unused variable.

This commit is contained in:
Daniel R. 2024-07-06 13:18:28 +02:00
parent ddeff9bc01
commit 45cf1bc98d
No known key found for this signature in database
GPG key ID: B8ADC8F57BA18DBA

View file

@ -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) {