From 2f397f314b6724ad82c5cc40bb30aa3148361b09 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Fri, 7 Sep 2012 14:20:53 -0500 Subject: 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/sim/sim_object.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sim/sim_object.hh') diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh index 4388ff584..bbd97557f 100644 --- a/src/sim/sim_object.hh +++ b/src/sim/sim_object.hh @@ -126,7 +126,6 @@ class SimObject : public EventManager, public Serializable // register statistics for this object virtual void regStats(); - virtual void regFormulas(); virtual void resetStats(); /** -- cgit v1.2.3