diff options
Diffstat (limited to 'src/cpu/pred/tournament.hh')
-rw-r--r-- | src/cpu/pred/tournament.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/pred/tournament.hh b/src/cpu/pred/tournament.hh index 0febd21bc..c4c092687 100644 --- a/src/cpu/pred/tournament.hh +++ b/src/cpu/pred/tournament.hh @@ -105,8 +105,6 @@ class TournamentBP : public BPredUnit void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history, bool squashed); - void retireSquashed(ThreadID tid, void *bp_history); - /** * Restores the global branch history on a squash. * @param bp_history Pointer to the BPHistory object that has the |