summaryrefslogtreecommitdiff
path: root/src/cpu/o3/cpu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/cpu.hh')
-rw-r--r--src/cpu/o3/cpu.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/cpu.hh b/src/cpu/o3/cpu.hh
index 43a2b100d..7095e52ec 100644
--- a/src/cpu/o3/cpu.hh
+++ b/src/cpu/o3/cpu.hh
@@ -474,9 +474,6 @@ class FullO3CPU : public BaseO3CPU
/** Function to tell the CPU that an instruction has completed. */
void instDone(ThreadID tid);
- /** Add Instructions to the CPU Remove List*/
- void addToRemoveList(DynInstPtr &inst);
-
/** Remove an instruction from the front end of the list. There's
* no restriction on location of the instruction.
*/