diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index 75336a17a7471fa7e35947c25e45c60bc7239dc1..b5dc6594e87e38b8aa11e12fd507bd4b2f6f0f17 100644 --- a/ghc/rts/Profiling.c +++ b/ghc/rts/Profiling.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.c,v 1.13 2000/02/29 16:58:09 simonmar Exp $ + * $Id: Profiling.c,v 1.14 2000/03/01 11:09:05 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -459,7 +459,6 @@ ActualPush_ ( CostCentreStack *ccs, CostCentre *cc, CostCentreStack *new_ccs ) new_ccs->mem_alloc = 0; new_ccs->root = ccs->root; - new_ccs->emitted = 0; /* update the memoization table for the parent stack */ if (ccs != EMPTY_STACK)