mirror of
https://github.com/joel16/uofw.git
synced 2024-11-26 21:10:38 +00:00
Remove unused buf variable
This commit is contained in:
parent
c4bc9a9e9f
commit
97e42f11c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user