diff options
Diffstat (limited to 'src/cpu/o3/rob_impl.hh')
-rw-r--r-- | src/cpu/o3/rob_impl.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/o3/rob_impl.hh b/src/cpu/o3/rob_impl.hh index 5f62ce539..b33221f15 100644 --- a/src/cpu/o3/rob_impl.hh +++ b/src/cpu/o3/rob_impl.hh @@ -404,7 +404,6 @@ template <class Impl> void ROB<Impl>::updateHead() { - DynInstPtr head_inst; InstSeqNum lowest_num = 0; bool first_valid = true; |