From 5c0e6e6092bd532d861445c735fb5eba865f999d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 7 Aug 2011 15:41:10 -0700 Subject: O3: Get rid of the unused addToRemoveList function. --- src/cpu/o3/cpu.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/cpu/o3/cpu.cc') diff --git a/src/cpu/o3/cpu.cc b/src/cpu/o3/cpu.cc index cd4a3e867..441bd4389 100644 --- a/src/cpu/o3/cpu.cc +++ b/src/cpu/o3/cpu.cc @@ -1418,15 +1418,6 @@ FullO3CPU::instDone(ThreadID tid) system->instEventQueue.serviceEvents(system->totalNumInsts); } -template -void -FullO3CPU::addToRemoveList(DynInstPtr &inst) -{ - removeInstsThisCycle = true; - - removeList.push(inst->getInstListIt()); -} - template void FullO3CPU::removeFrontInst(DynInstPtr &inst) -- cgit v1.2.3