diff options
author | Andreas Sandberg <Andreas.Sandberg@ARM.com> | 2013-01-07 13:05:45 -0500 |
---|---|---|
committer | Andreas Sandberg <Andreas.Sandberg@ARM.com> | 2013-01-07 13:05:45 -0500 |
commit | a2077ccf026f4587bf097274b241aa2c78c096e9 (patch) | |
tree | 49083c37d17fa4e28a3ddac51853c6cb76268810 /src/cpu/o3/cpu.cc | |
parent | e23850dd074fb623128a44b4c1453fc85e86a736 (diff) | |
download | gem5-a2077ccf026f4587bf097274b241aa2c78c096e9.tar.xz |
o3 cpu: Remove unused variables
Diffstat (limited to 'src/cpu/o3/cpu.cc')
-rw-r--r-- | src/cpu/o3/cpu.cc | 3 |
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> |