summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_unit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/lsq_unit.hh')
-rw-r--r--src/cpu/o3/lsq_unit.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/lsq_unit.hh b/src/cpu/o3/lsq_unit.hh
index 8eb33c297..c0fc52caf 100644
--- a/src/cpu/o3/lsq_unit.hh
+++ b/src/cpu/o3/lsq_unit.hh
@@ -192,9 +192,6 @@ class LSQUnit {
/** Returns the number of free entries (min of free LQ and SQ entries). */
unsigned numFreeEntries();
- /** Returns the number of loads ready to execute. */
- int numLoadsReady();
-
/** Returns the number of loads in the LQ. */
int numLoads() { return loads; }