mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
DSPDisassembler: remove unused labels member from dspdisassembler
This commit is contained in:
parent
54ef5299bb
commit
0f98cd636b
@ -12,7 +12,6 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
#include "Core/DSP/DSPTables.h"
|
||||
#include "Core/DSP/LabelMap.h"
|
||||
|
||||
namespace DSP
|
||||
{
|
||||
@ -44,7 +43,5 @@ private:
|
||||
std::string DisassembleParameters(const DSPOPCTemplate& opc, u16 op1, u16 op2);
|
||||
|
||||
const AssemblerSettings settings_;
|
||||
|
||||
LabelMap labels;
|
||||
};
|
||||
} // namespace DSP
|
||||
|
Loading…
x
Reference in New Issue
Block a user