diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index f166e9310f..ec6c9f96cd 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -1064,7 +1064,6 @@ static bool KernelImportModuleFuncs(Module *module, u32 *firstImportStubAddr, bo static int gzipDecompress(u8 *OutBuffer, int OutBufferLength, u8 *InBuffer) { int err; - uLong crc; z_stream stream; u8 *outBufferPtr;