summaryrefslogtreecommitdiff
path: root/src/sim/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/main.cc')
-rw-r--r--src/sim/main.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sim/main.cc b/src/sim/main.cc
index 5a99e15b4..bf844da7f 100644
--- a/src/sim/main.cc
+++ b/src/sim/main.cc
@@ -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();