cpu: Remove unused getBranchPred() method from BaseCPU
authorAndreas Sandberg <andreas@sandberg.pp.se>
Fri, 19 Jul 2013 09:52:07 +0000 (11:52 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Fri, 19 Jul 2013 09:52:07 +0000 (11:52 +0200)
commitb5bb2a25aa702ad3d1a173e9e86d2addc24d9c13
tree526b5761c09d34aca9cbd0352da425cfa1e7d6c2
parent7aa67f42cb02be0e47d1395fa5377af4730471dc
cpu: Remove unused getBranchPred() method from BaseCPU

Remove unused virtual getBranchPred() method from BaseCPU as it is not
implemented by any of the CPU models. It used to always return NULL.
src/cpu/base.hh