From 606452f9c07defe1f3603a35f867fb4597a5dfb5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 20 Jun 2010 00:04:59 +0000 Subject: [PATCH] Remove some old commented out code --- rts/Printer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rts/Printer.c b/rts/Printer.c index b55f105..565a11e 100644 --- a/rts/Printer.c +++ b/rts/Printer.c @@ -289,10 +289,6 @@ printClosure( StgClosure *obj ) { StgWord i; debugBelch("ARR_WORDS(\""); - /* ToDo: we can't safely assume that this is a string! - for (i = 0; arrWordsGetChar(obj,i); ++i) { - putchar(arrWordsGetChar(obj,i)); - } */ for (i=0; ipayload[i]); debugBelch("\")\n"); -- 1.7.10.4