From f9650433edada5e17775adc07a31c1d8d7cf3820 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 15 May 2012 11:11:33 +0000 Subject: [PATCH] evas: apparently i am not the only user of the pipeline rendering. SVN revision: 71104 --- legacy/evas/src/lib/engines/common/evas_pipe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_pipe.c b/legacy/evas/src/lib/engines/common/evas_pipe.c index 74bcf3d7d6..c36dd5af41 100644 --- a/legacy/evas/src/lib/engines/common/evas_pipe.c +++ b/legacy/evas/src/lib/engines/common/evas_pipe.c @@ -719,7 +719,6 @@ evas_common_pipe_init(void) cpunum = eina_cpu_count(); thread_num = cpunum; - fprintf(stderr, "number of cpu: %i\n", cpunum); // on single cpu we still want this initted.. otherwise we block forever // waiting onm pthread barriers for async rendering on a single core! // if (thread_num == 1) return EINA_FALSE;