summaryrefslogtreecommitdiff
path: root/src/arch/power/faults.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/faults.hh')
-rw-r--r--src/arch/power/faults.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/power/faults.hh b/src/arch/power/faults.hh
index f1977150c..6aedd7e00 100644
--- a/src/arch/power/faults.hh
+++ b/src/arch/power/faults.hh
@@ -83,12 +83,6 @@ class AlignmentFault : public PowerFault
: PowerFault("Alignment")
{
}
-
- bool
- isAlignmentFault() const
- {
- return true;
- }
};