summaryrefslogtreecommitdiff
path: root/src/arch/null/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/null/registers.hh')
-rw-r--r--src/arch/null/registers.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/null/registers.hh b/src/arch/null/registers.hh
index 3f1524554..1e52fc5a6 100644
--- a/src/arch/null/registers.hh
+++ b/src/arch/null/registers.hh
@@ -49,8 +49,6 @@ typedef uint32_t FloatRegBits;
typedef float FloatReg;
typedef uint8_t CCReg;
typedef uint64_t MiscReg;
-typedef uint64_t VectorRegElement;
-typedef std::array<VectorRegElement, 0> VectorReg;
}