sim: Remove the unused SimObject::regFormulas method
authorAndreas Sandberg <Andreas.Sandberg@arm.com>
Fri, 7 Sep 2012 19:20:53 +0000 (14:20 -0500)
committerAndreas Sandberg <Andreas.Sandberg@arm.com>
Fri, 7 Sep 2012 19:20:53 +0000 (14:20 -0500)
commit2f397f314b6724ad82c5cc40bb30aa3148361b09
tree772ff83fd30ab91d87673634941350d99cbc38c1
parent03ff6120540977e02284d1b49845b3081efa164e
sim: Remove the unused SimObject::regFormulas method

Simulation objects normally register derived statistics, presumably
what regFormulas originally was meant for, in regStats(). This patch
removes regRegformulas since there is no need to have a separate
method call to register formulas.
src/python/m5/SimObject.py
src/python/m5/simulate.py
src/sim/sim_object.cc
src/sim/sim_object.hh