DSPEmitter: Get rid of an unused member variable
This commit is contained in:
parent
8c99f60026
commit
042045012b
|
@ -24,8 +24,6 @@ using namespace Gen;
|
|||
|
||||
DSPEmitter::DSPEmitter() : gpr(*this), storeIndex(-1), storeIndex2(-1)
|
||||
{
|
||||
m_compiledCode = nullptr;
|
||||
|
||||
AllocCodeSpace(COMPILED_CODE_SIZE);
|
||||
|
||||
blocks = new DSPCompiledCode[MAX_BLOCKS];
|
||||
|
|
|
@ -24,8 +24,6 @@ public:
|
|||
DSPEmitter();
|
||||
~DSPEmitter();
|
||||
|
||||
Block m_compiledCode;
|
||||
|
||||
void EmitInstruction(UDSPInstruction inst);
|
||||
void ClearIRAM();
|
||||
void ClearIRAMandDSPJITCodespaceReset();
|
||||
|
|
Loading…
Reference in New Issue