From a7e409bac7303ef904fc383bbd51ad933e7f922b Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Thu, 14 Aug 2008 20:20:01 +0000 Subject: [PATCH] Commented out unused variables: their value is not needed, but the code is useful as documentation of the data format. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@201 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DiscIO/Src/FileHandlerARC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DiscIO/Src/FileHandlerARC.cpp b/Source/Core/DiscIO/Src/FileHandlerARC.cpp index faa43147c0..322d5e6973 100644 --- a/Source/Core/DiscIO/Src/FileHandlerARC.cpp +++ b/Source/Core/DiscIO/Src/FileHandlerARC.cpp @@ -144,8 +144,8 @@ CARCFile::ParseBuffer() // read header u32 FSTOffset = Common::swap32(*(u32*)(m_pBuffer + 0x4)); - u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8)); - u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC)); + //u32 FSTSize = Common::swap32(*(u32*)(m_pBuffer + 0x8)); + //u32 FileOffset = Common::swap32(*(u32*)(m_pBuffer + 0xC)); // read all file infos SFileInfo Root;