cpu: Fix bi-mode branch predictor thresholds
[gem5.git] / src / cpu / pred / 2bit_local.hh
index e3f87491b556b24207f14dc531c85d3b2bc69e2d..30327b7bcb035023588af5624af60edc0a91e49c 100644 (file)
@@ -94,9 +94,6 @@ class LocalBP : public BPredUnit
     void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history,
                 bool squashed);
 
-    void retireSquashed(ThreadID tid, void *bp_history)
-    { assert(bp_history == NULL); }
-
     void squash(ThreadID tid, void *bp_history)
     { assert(bp_history == NULL); }