From c9d01c6557cadc263d5d7f097bed7377d4e340d9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 31 Aug 2010 09:47:29 -0700 Subject: CPU: Get rid of the unused ev5_trap function on the simple and checker CPUs. --- src/cpu/checker/cpu.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/checker') diff --git a/src/cpu/checker/cpu.hh b/src/cpu/checker/cpu.hh index 73b27161a..a2f44106d 100644 --- a/src/cpu/checker/cpu.hh +++ b/src/cpu/checker/cpu.hh @@ -293,7 +293,6 @@ class CheckerCPU : public BaseCPU #if FULL_SYSTEM Fault hwrei() { return thread->hwrei(); } - void ev5_trap(Fault fault) { fault->invoke(tc); } bool simPalCheck(int palFunc) { return thread->simPalCheck(palFunc); } #else // Assume that the normal CPU's call to syscall was successful. -- cgit v1.2.3