evas: apparently i am not the only user of the pipeline rendering.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 May 2012 11:11:33 +0000 (11:11 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 May 2012 11:11:33 +0000 (11:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@71104 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_pipe.c

index 74bcf3d..c36dd5a 100644 (file)
@@ -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;