diff options
Diffstat (limited to 'ghc/rts/Profiling.c')
| -rw-r--r-- | ghc/rts/Profiling.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index da6ad0beff..00508564aa 100644 --- a/ghc/rts/Profiling.c +++ b/ghc/rts/Profiling.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.c,v 1.26 2001/11/22 16:33:06 simonmar Exp $ + * $Id: Profiling.c,v 1.27 2001/11/26 16:54:21 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -194,15 +194,6 @@ initProfiling1 (void) /* cost centres are registered by the per-module * initialisation code now... */ - - switch (RtsFlags.ProfFlags.doHeapProfile) { - case HEAP_BY_RETAINER: - initRetainerProfiling(); - break; - case HEAP_BY_LDV: - initLdvProfiling(); - break; - } } void |
