summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/first_stage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/inorder/first_stage.hh')
-rw-r--r--src/cpu/inorder/first_stage.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/inorder/first_stage.hh b/src/cpu/inorder/first_stage.hh
index 3a3d550a0..26151075c 100644
--- a/src/cpu/inorder/first_stage.hh
+++ b/src/cpu/inorder/first_stage.hh
@@ -68,11 +68,6 @@ class FirstStage : public PipelineStage {
*/
void sortInsts() {}
- /** There are no skidBuffers for the first stage. So
- * just use an empty function.
- */
- void skidInsert(ThreadID tid) { }
-
/** The number of fetching threads in the CPU */
int numFetchingThreads;