From 5ea906ba1625266ee80968d70e0c218adedcce9f Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Tue, 17 Aug 2010 05:08:50 -0700 Subject: sim: move iterating over SimObjects into Python. --- src/python/swig/pyobject.hh | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/python/swig/pyobject.hh') diff --git a/src/python/swig/pyobject.hh b/src/python/swig/pyobject.hh index 01f0fd95e..a27080d08 100644 --- a/src/python/swig/pyobject.hh +++ b/src/python/swig/pyobject.hh @@ -45,17 +45,6 @@ SimObject *resolveSimObject(const std::string &name); int connectPorts(SimObject *o1, const std::string &name1, int i1, SimObject *o2, const std::string &name2, int i2); -inline void -initAll() -{ - SimObject::initAll(); -} - -inline void -regAllStats() -{ - SimObject::regAllStats(); -} inline void serializeAll(const std::string &cpt_dir) @@ -68,9 +57,3 @@ unserializeAll(const std::string &cpt_dir) { Serializable::unserializeAll(cpt_dir); } - -inline void -startupAll() -{ - SimObject::startupAll(); -} -- cgit v1.2.3