From 549b438a8403488226313d89bcc47c959c342aaf Mon Sep 17 00:00:00 2001 From: lightningterror Date: Tue, 1 Jan 2019 22:07:18 +0100 Subject: [PATCH] pcsx2: Remove unused variable "maddr" from Vif1_MFIFO.cpp. One less warning to worry about. --- pcsx2/Vif1_MFIFO.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/Vif1_MFIFO.cpp b/pcsx2/Vif1_MFIFO.cpp index 404180a20b..8a9ee718bd 100644 --- a/pcsx2/Vif1_MFIFO.cpp +++ b/pcsx2/Vif1_MFIFO.cpp @@ -48,7 +48,6 @@ static u16 QWCinVIFMFIFO(u32 DrainADDR, u16 qwc) } static __fi bool mfifoVIF1rbTransfer() { - u32 maddr = dmacRegs.rbor.ADDR; u32 msize = dmacRegs.rbor.ADDR + dmacRegs.rbsr.RMSK + 16; u16 mfifoqwc = std::min(QWCinVIFMFIFO(vif1ch.madr, vif1ch.qwc), vif1ch.qwc); u32 *src;