JitRegCache: Remove unused typedefs
This commit is contained in:
parent
b629eb300a
commit
4ae23fc45c
|
@ -31,9 +31,6 @@ struct X64CachedReg
|
||||||
bool locked;
|
bool locked;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int XReg;
|
|
||||||
typedef int PReg;
|
|
||||||
|
|
||||||
#define NUMXREGS 16
|
#define NUMXREGS 16
|
||||||
|
|
||||||
class RegCache
|
class RegCache
|
||||||
|
|
Loading…
Reference in New Issue