From: johanknol Date: Mon, 24 Dec 2001 18:41:38 +0000 (+0000) Subject: oops X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bdc336544849ec89259c16f9451c64d3a0ee1155;p=fw%2Fsdcc oops git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1738 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCast.c b/src/SDCCast.c index 15f59285..48a96f04 100644 --- a/src/SDCCast.c +++ b/src/SDCCast.c @@ -1183,7 +1183,6 @@ bool constExprTree (ast *cexpr) { return FALSE; case EX_OP: if (cexpr->opval.op==ARRAYINIT) { - fprintf (stderr, "skipping arrayinit\n"); // this is a list of literals return TRUE; }