From: Christian Würdig Date: Fri, 17 Nov 2006 15:50:31 +0000 (+0000) Subject: removed debug output X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a3dd5e96514b5a371bbc2e2826ee8ab82557a4ef;p=libfirm removed debug output [r8398] --- diff --git a/ir/debug/firm_ycomp.c b/ir/debug/firm_ycomp.c index 4c1a40d33..fb9bd1a5b 100644 --- a/ir/debug/firm_ycomp.c +++ b/ir/debug/firm_ycomp.c @@ -120,7 +120,6 @@ static int cmp_nodes(const void *a, const void *b) { static INLINE void send_cmd(const char *buf) { ssize_t res, len; - fprintf(stderr, "'%s'\n", buf); len = strlen(buf); res = firmnet_send(yy_dbg.fd, (const void *)buf, len); assert(res == len);