remove profile.cc

--HG--
extra : convert_revision : ac400789ee0cbd1cd01c28ffd149789dbd954613
This commit is contained in:
Ali Saidi 2006-06-17 17:50:11 -04:00
parent 8a12988221
commit 306043f62e
2 changed files with 0 additions and 6 deletions

View file

@ -108,7 +108,6 @@ base_sources = Split('''
sim/main.cc
python/swig/cc_main_wrap.cc
sim/param.cc
sim/profile.cc
sim/root.cc
sim/serialize.cc
sim/sim_events.cc

View file

@ -427,11 +427,6 @@ finalInit()
SimObject::regAllStats();
// uncomment the following to get PC-based execution-time profile
#ifdef DO_PROFILE
init_profile((char *)&_init, (char *)&_fini);
#endif
// Check to make sure that the stats package is properly initialized
Stats::check();