diff options
Diffstat (limited to 'src/cpu/o3')
-rw-r--r-- | src/cpu/o3/thread_context.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh index a3698cf2e..9029aba3e 100644 --- a/src/cpu/o3/thread_context.hh +++ b/src/cpu/o3/thread_context.hh @@ -140,12 +140,6 @@ class O3ThreadContext : public ThreadContext thread->initMemProxies(tc); } - PortProxy & - getMemProxy() override - { - return thread->getMemProxy(); - } - /** Returns this thread's status. */ Status status() const override { return thread->status(); } |