mirror of https://github.com/PCSX2/pcsx2.git
Removed unused variables.
This commit is contained in:
parent
08d8026fa3
commit
1c29874541
|
@ -147,7 +147,6 @@ __fi void _vuTestPipes(VURegs * VU) {
|
|||
}
|
||||
|
||||
static void __fastcall _vuFMACTestStall(VURegs * VU, int reg, int xyzw) {
|
||||
int cycle;
|
||||
int i;
|
||||
|
||||
for (i=0; i<8; i++) {
|
||||
|
@ -212,8 +211,6 @@ static __ri void __fastcall _vuEFUAdd(VURegs * VU, int cycles) {
|
|||
}
|
||||
|
||||
static __ri void __fastcall _vuFlushFDIV(VURegs * VU) {
|
||||
int cycle;
|
||||
|
||||
if (VU->fdiv.enable == 0)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue