summaryrefslogtreecommitdiff
path: root/src/arch/power/isa.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/isa.hh')
-rw-r--r--src/arch/power/isa.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/power/isa.hh b/src/arch/power/isa.hh
index 08ee82d5d..aaf5bd92a 100644
--- a/src/arch/power/isa.hh
+++ b/src/arch/power/isa.hh
@@ -105,13 +105,6 @@ class ISA : public SimObject
return reg;
}
- // dummy
- int
- flattenVectorIndex(int reg) const
- {
- return reg;
- }
-
int
flattenMiscIndex(int reg) const
{