Remove unused buf variable

This commit is contained in:
Linblow 2023-09-05 13:58:37 +02:00 committed by GitHub
parent c4bc9a9e9f
commit 97e42f11c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1006,7 +1006,6 @@ static s32 PspUncompress(u8 *modBuf, SceLoadCoreExecFileInfo *execInfo,
u32 *newSize)
{
PspHeader *header = (PspHeader *)modBuf;
s8 *buf = NULL;
u8 checkCompAttr;
u8 decryptMode;
s32 status;