From a3dd5e96514b5a371bbc2e2826ee8ab82557a4ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 17 Nov 2006 15:50:31 +0000 Subject: [PATCH] removed debug output [r8398] --- ir/debug/firm_ycomp.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1