From a881d78d64ff76ac04a89df3bdb24ee1cfe276a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 11 Jan 2020 23:54:01 +0100 Subject: [PATCH] Warning fix --- Core/HLE/sceKernelModule.cpp | 1 - 1 file changed, 1 deletion(-) 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;