diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-06-20 12:57:42 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-06-20 12:57:42 +0000 |
commit | 629e852d8202408216e0cbb8362d1eb4beffbfcc (patch) | |
tree | ec2e27175b14039b333d9d13fe1c01535390ff46 /rts | |
parent | 8966ae35cc8ae7a0b415b7fe1a4f6f76efec6f92 (diff) | |
download | haskell-629e852d8202408216e0cbb8362d1eb4beffbfcc.tar.gz |
remove debugging code accidentally left in
Diffstat (limited to 'rts')
-rw-r--r-- | rts/ProfHeap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index f1a3b05ce4..3f2b9f6c22 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -217,7 +217,6 @@ closureIdentity( StgClosure *p ) case CONSTR_0_2: case CONSTR_STATIC: case CONSTR_NOCAF_STATIC: - printf("",strlen(GET_CON_DESC(itbl_to_con_itbl(info)))); return GET_CON_DESC(itbl_to_con_itbl(info)); default: return type_names[info->type]; |