summaryrefslogtreecommitdiff
path: root/rts/Printer.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Printer.c')
-rw-r--r--rts/Printer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Printer.c b/rts/Printer.c
index e2dee0984e..85e3069967 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -652,8 +652,6 @@ printStackChunk( StgPtr sp, StgPtr spBottom )
if (c == (StgWord)&stg_ctoi_R1p_info) {
debugBelch("stg_ctoi_R1p_info" );
- } else if (c == (StgWord)&stg_ctoi_R1unpt_info) {
- debugBelch("stg_ctoi_R1unpt_info" );
} else if (c == (StgWord)&stg_ctoi_R1n_info) {
debugBelch("stg_ctoi_R1n_info" );
} else if (c == (StgWord)&stg_ctoi_F1_info) {