summaryrefslogtreecommitdiff
path: root/src/cpu/checker/cpu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/checker/cpu.hh')
-rw-r--r--src/cpu/checker/cpu.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/checker/cpu.hh b/src/cpu/checker/cpu.hh
index afc453f87..d816578ae 100644
--- a/src/cpu/checker/cpu.hh
+++ b/src/cpu/checker/cpu.hh
@@ -132,12 +132,6 @@ class CheckerCPU : public BaseCPU
return *icachePort;
}
- virtual Port *getPort(const std::string &name, int idx)
- {
- panic("Not supported on checker!");
- return NULL;
- }
-
public:
// Primary thread being run.
SimpleThread *thread;