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.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/power/faults.hh b/src/arch/power/faults.hh
index 6aedd7e00..a99ae7b30 100644
--- a/src/arch/power/faults.hh
+++ b/src/arch/power/faults.hh
@@ -85,13 +85,6 @@ class AlignmentFault : public PowerFault
}
};
-
-static inline Fault
-genMachineCheckFault()
-{
- return new MachineCheckFault();
-}
-
} // namespace PowerISA
#endif // __ARCH_POWER_FAULTS_HH__