summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/thread_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/inorder/thread_context.hh')
-rw-r--r--src/cpu/inorder/thread_context.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/inorder/thread_context.hh b/src/cpu/inorder/thread_context.hh
index 3ed2e7f50..0c0f563c0 100644
--- a/src/cpu/inorder/thread_context.hh
+++ b/src/cpu/inorder/thread_context.hh
@@ -177,11 +177,6 @@ class InOrderThreadContext : public ThreadContext
/** Returns this thread's ID number. */
int getThreadNum() { return thread->readTid(); }
- /** Returns the instruction this thread is currently committing.
- * Only used when an instruction faults.
- */
- TheISA::MachInst getInst();
-
/** Copies the architectural registers from another TC into this TC. */
void copyArchRegs(ThreadContext *src_tc);