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