summaryrefslogtreecommitdiff
path: root/src/arch/x86/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/registers.hh')
-rw-r--r--src/arch/x86/registers.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/registers.hh b/src/arch/x86/registers.hh
index ea75ec907..0590abe49 100644
--- a/src/arch/x86/registers.hh
+++ b/src/arch/x86/registers.hh
@@ -96,8 +96,6 @@ const int FramePointerReg = INTREG_RBP;
// value
const int SyscallPseudoReturnReg = INTREG_RDX;
-typedef uint64_t CCReg;
-
// Not applicable to x86
using VecElem = ::DummyVecElem;
using VecReg = ::DummyVecReg;