From ac0b90528040fcac7efbeca60fe3fc43f4ca7af3 Mon Sep 17 00:00:00 2001 From: Sestain Date: Tue, 17 Mar 2026 20:10:13 +0200 Subject: [PATCH] Remove unused variable --- Minecraft.Client/Common/DLC/DLCManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Minecraft.Client/Common/DLC/DLCManager.cpp b/Minecraft.Client/Common/DLC/DLCManager.cpp index 8eb672908..9d4d37731 100644 --- a/Minecraft.Client/Common/DLC/DLCManager.cpp +++ b/Minecraft.Client/Common/DLC/DLCManager.cpp @@ -406,7 +406,6 @@ bool DLCManager::processDLCDataFile(DWORD &dwFilesProcessed, PBYTE pbData, DWORD uiCurrentByte+=sizeof(int); C4JStorage::DLC_FILE_PARAM *pParams = (C4JStorage::DLC_FILE_PARAM *)&pbData[uiCurrentByte]; //DWORD dwwchCount=0; - bool hasXMLVersion = false; for(unsigned int i=0;idwType = bSwapEndian ? SwapInt32(pParams->dwType) : pParams->dwType;