From 60251bc58d9464f1fe404541c9d386452a8cceac Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 12 Jun 2000 16:01:02 +0000
Subject: [PATCH] [project @ 2000-06-12 16:01:02 by simonmar] revert part of
 previous commit that sneaked in by mistake.

---
 ghc/rts/ProfHeap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/ProfHeap.c b/ghc/rts/ProfHeap.c
index 39eaa9054b6d..bbaa5bf330fb 100644
--- a/ghc/rts/ProfHeap.c
+++ b/ghc/rts/ProfHeap.c
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.c,v 1.13 2000/05/12 12:48:36 simonmar Exp $
+ * $Id: ProfHeap.c,v 1.14 2000/06/12 16:01:02 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -412,7 +412,7 @@ fprint_ccs(FILE *fp, CostCentreStack *ccs, nat components)
 
   } else {
     fprint_ccs(fp, ccs->prevStack,components-1);
-    fprintf(fp,"/%s (%d)",cc->label,ccs->ccsID);
+    fprintf(fp,"/%s",cc->label,ccs->ccsID);
   }
 }
 
-- 
GitLab