From bdc336544849ec89259c16f9451c64d3a0ee1155 Mon Sep 17 00:00:00 2001 From: johanknol Date: Mon, 24 Dec 2001 18:41:38 +0000 Subject: [PATCH] oops git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1738 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCast.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.47.2