From a48e425f41cb430e1e39d7affb7d8c412761f150 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Wed, 23 Sep 2015 11:00:53 -0500 Subject: [PATCH] Silence -Wshadow warning. --- Source/Core/VideoCommon/BPStructs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 4dc4643afb..4e3df7cc00 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -476,7 +476,6 @@ static void BPWritten(const BPCmd& bp) // AR and GB tiles are stored in separate TMEM banks => can't use a single memcpy for everything u32 tmem_addr_odd = tmem_cfg.preload_tmem_odd * TMEM_LINE_SIZE; - u32 bytes_read = 0; for (u32 i = 0; i < tmem_cfg.preload_tile_info.count; ++i) {