summaryrefslogtreecommitdiff
path: root/src/cpu/o3/fu_pool.hh
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2015-03-09 09:39:07 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2015-03-09 09:39:07 -0500
commitf69a74fda63860c795e22c5dcd739a559cf95b5d (patch)
tree7c5e192e4ad2f28be95885767c6eb41b603573c9 /src/cpu/o3/fu_pool.hh
parent4b048901cfd557f1a5845cc33048f550a681123e (diff)
downloadgem5-f69a74fda63860c795e22c5dcd739a559cf95b5d.tar.xz
cpu: o3: remove unused function annotateMemoryUnits()
Diffstat (limited to 'src/cpu/o3/fu_pool.hh')
-rw-r--r--src/cpu/o3/fu_pool.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/o3/fu_pool.hh b/src/cpu/o3/fu_pool.hh
index 79b2adf83..2e1b71dad 100644
--- a/src/cpu/o3/fu_pool.hh
+++ b/src/cpu/o3/fu_pool.hh
@@ -133,11 +133,6 @@ class FUPool : public SimObject
FUPool(const Params *p);
~FUPool();
- /** Annotates units that provide memory operations. Included only because
- * old FU pool provided this function.
- */
- void annotateMemoryUnits(Cycles hit_latency);
-
/**
* Gets a FU providing the requested capability. Will mark the unit as busy,
* but leaves the freeing of the unit up to the IEW stage.