From 306043f62e06e8368733c2ee2a273c1ba5ea80b9 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Sat, 17 Jun 2006 17:50:11 -0400 Subject: remove profile.cc --HG-- extra : convert_revision : ac400789ee0cbd1cd01c28ffd149789dbd954613 --- src/sim/main.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sim') 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(); -- cgit v1.2.3