From eb899407c5f3bf5995f9f0bb9621e74d5ed98f29 Mon Sep 17 00:00:00 2001 From: Nathanael Premillieu Date: Thu, 6 Dec 2012 04:36:51 -0600 Subject: o3 cpu: remove some unused buggy functions in the lsq Committed by: Nilay Vaish --- src/cpu/o3/lsq_unit.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/o3/lsq_unit.hh') 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; } -- cgit v1.2.3