mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Remove some dead code.
This commit is contained in:
parent
383b0d0a0c
commit
0cb726fd85
2 changed files with 0 additions and 7 deletions
|
@ -132,12 +132,6 @@ void CMIPSInstructionFactory::ComputeMemAccessAddrNoXlat()
|
|||
}
|
||||
}
|
||||
|
||||
void CMIPSInstructionFactory::ComputeMemAccessRef(uint32 accessSize)
|
||||
{
|
||||
ComputeMemAccessRefIdx(accessSize);
|
||||
m_codeGen->AddRef();
|
||||
}
|
||||
|
||||
void CMIPSInstructionFactory::ComputeMemAccessRefIdx(uint32 accessSize)
|
||||
{
|
||||
ComputeMemAccessPageRef();
|
||||
|
|
|
@ -29,7 +29,6 @@ public:
|
|||
protected:
|
||||
void ComputeMemAccessAddr();
|
||||
void ComputeMemAccessAddrNoXlat();
|
||||
void ComputeMemAccessRef(uint32);
|
||||
void ComputeMemAccessRefIdx(uint32);
|
||||
void ComputeMemAccessPageRef();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue