remove connectAll() and connect() code since it isn't used anymore. (The python does it all)
--HG-- extra : convert_revision : e16a1ff59d4522703b155c2e68379a3072e8f47f
This commit is contained in:
@@ -101,9 +101,7 @@ class SimObject : public Serializable, protected StartupCallback
|
||||
// initialization pass of all objects.
|
||||
// Gets invoked after construction, before unserialize.
|
||||
virtual void init();
|
||||
virtual void connect();
|
||||
static void initAll();
|
||||
static void connectAll();
|
||||
|
||||
// register statistics for this object
|
||||
virtual void regStats();
|
||||
|
||||
Reference in New Issue
Block a user