From da6a1daef618b84c803e7fb59b5d79ce75cc99c3 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Tue, 21 Mar 2017 23:44:21 -0700 Subject: [PATCH] MMU: remove unused var HW_PAGE_TAG_SHIFT It's not used, so produces a warning during compilation. --- Source/Core/Core/PowerPC/MMU.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/MMU.cpp b/Source/Core/Core/PowerPC/MMU.cpp index 12105eadb4..31b0e7501f 100644 --- a/Source/Core/Core/PowerPC/MMU.cpp +++ b/Source/Core/Core/PowerPC/MMU.cpp @@ -29,7 +29,6 @@ namespace PowerPC constexpr size_t HW_PAGE_SIZE = 4096; constexpr u32 HW_PAGE_INDEX_SHIFT = 12; constexpr u32 HW_PAGE_INDEX_MASK = 0x3f; -constexpr u32 HW_PAGE_TAG_SHIFT = 18; // EFB RE /*