From: simonmar Date: Wed, 1 Mar 2000 11:09:05 +0000 (+0000) Subject: [project @ 2000-03-01 11:09:05 by simonmar] X-Git-Tag: Approximately_9120_patches~5077 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1347c4fe83f06dd55227475c999bbade03d5dc59;p=ghc-hetmet.git [project @ 2000-03-01 11:09:05 by simonmar] oops, remove assigment to non-existent "emitted" field in a CCS. --- diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index 75336a1..b5dc659 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)