sim: fold StartupCallback into SimObject

There used to be a reason to have StartupCallback
be a separate object, but not any more.  Now
it's just confusing.
This commit is contained in:
Steve Reinhardt
2010-07-05 21:39:38 -07:00
parent 345dfd1b41
commit 30ce620d1d
10 changed files with 32 additions and 118 deletions

View File

@@ -48,7 +48,6 @@ Source('serialize.cc')
Source('sim_events.cc')
Source('sim_object.cc')
Source('simulate.cc')
Source('startup.cc')
Source('stat_control.cc')
Source('system.cc')