X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FPrinter.c;h=565a11ed7743891177fa413737d34f636897beb7;hb=606452f9c07defe1f3603a35f867fb4597a5dfb5;hp=b55f1055f8e11fdec37c2cae5f7e78f8842023d0;hpb=e7145eeefd01106cedb16a22866eb5160ccfb030;p=ghc-hetmet.git 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");