mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
DSPDisassembler: remove unused labels member from dspdisassembler
This commit is contained in:
parent
54ef5299bb
commit
0f98cd636b
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue