mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
JitRegCache: Remove unused typedefs
This commit is contained in:
parent
b629eb300a
commit
4ae23fc45c
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ struct X64CachedReg
|
|||
bool locked;
|
||||
};
|
||||
|
||||
typedef int XReg;
|
||||
typedef int PReg;
|
||||
|
||||
#define NUMXREGS 16
|
||||
|
||||
class RegCache
|
||||
|
|
Loading…
Add table
Reference in a new issue