From 19292d3f06c5cfd33d6b5d8ba4a9eeadd0d11d47 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 6 Nov 2007 12:51:08 -0800 Subject: O3: Remove unneeded variable. --HG-- extra : convert_revision : 4624ccd3f08818f4632881d6aca6d1cc343bbdcf --- src/cpu/o3/iew.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cpu/o3/iew.hh') diff --git a/src/cpu/o3/iew.hh b/src/cpu/o3/iew.hh index eef5a15d2..457e2a024 100644 --- a/src/cpu/o3/iew.hh +++ b/src/cpu/o3/iew.hh @@ -402,13 +402,6 @@ class DefaultIEW /** Records if there is a fetch redirect on this cycle for each thread. */ bool fetchRedirect[Impl::MaxThreads]; - /** Used to track if all instructions have been dispatched this cycle. - * If they have not, then blocking must have occurred, and the instructions - * would already be added to the skid buffer. - * @todo: Fix this hack. - */ - bool dispatchedAllInsts; - /** Records if the queues have been changed (inserted or issued insts), * so that IEW knows to broadcast the updated amount of free entries. */ -- cgit v1.2.3