summaryrefslogtreecommitdiff
path: root/src/cpu/o3
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3')
-rw-r--r--src/cpu/o3/thread_context.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh
index 65496429b..c68f34c07 100644
--- a/src/cpu/o3/thread_context.hh
+++ b/src/cpu/o3/thread_context.hh
@@ -86,12 +86,6 @@ class O3ThreadContext : public ThreadContext
return thread->pcEventQueue.remove(e);
}
- Tick
- nextInstEventCount() override
- {
- return thread->comInstEventQueue.empty() ?
- MaxTick : thread->comInstEventQueue.nextTick();
- }
void
scheduleInstCountEvent(Event *event, Tick count) override
{