[project @ 2000-03-01 11:09:05 by simonmar]
authorsimonmar <unknown>
Wed, 1 Mar 2000 11:09:05 +0000 (11:09 +0000)
committersimonmar <unknown>
Wed, 1 Mar 2000 11:09:05 +0000 (11:09 +0000)
oops, remove assigment to non-existent "emitted" field in a CCS.

ghc/rts/Profiling.c

index 75336a1..b5dc659 100644 (file)
@@ -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)