summaryrefslogtreecommitdiff
path: root/src/cpu/o3/cpu.cc
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
commita2077ccf026f4587bf097274b241aa2c78c096e9 (patch)
tree49083c37d17fa4e28a3ddac51853c6cb76268810 /src/cpu/o3/cpu.cc
parente23850dd074fb623128a44b4c1453fc85e86a736 (diff)
downloadgem5-a2077ccf026f4587bf097274b241aa2c78c096e9.tar.xz
o3 cpu: Remove unused variables
Diffstat (limited to 'src/cpu/o3/cpu.cc')
-rw-r--r--src/cpu/o3/cpu.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/cpu.cc b/src/cpu/o3/cpu.cc
index 54c55f8c7..724d88405 100644
--- a/src/cpu/o3/cpu.cc
+++ b/src/cpu/o3/cpu.cc
@@ -467,9 +467,6 @@ FullO3CPU<Impl>::FullO3CPU(DerivO3CPUParams *params)
for (ThreadID tid = 0; tid < this->numThreads; tid++)
this->thread[tid]->setFuncExeInst(0);
-
- lockAddr = 0;
- lockFlag = false;
}
template <class Impl>