mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
GekkoDisassembler: Remove unread variable m_flags
Writes to m_flags are pointless as it's never read.
This commit is contained in:
parent
2f04404ac7
commit
1f0fec1c63
2 changed files with 0 additions and 32 deletions
|
@ -104,6 +104,5 @@ private:
|
|||
static u32* m_iaddr; // Instruction.address., usually the same as instr
|
||||
static std::string m_opcode; // Buffer for opcode, min. 10 chars.
|
||||
static std::string m_operands; // Operand buffer, min. 24 chars.
|
||||
static unsigned char m_flags; // Additional flags
|
||||
};
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue