evas: apparently i am not the only user of the pipeline rendering.

SVN revision: 71104
This commit is contained in:
Cedric BAIL 2012-05-15 11:11:33 +00:00
parent fb934425e9
commit f9650433ed
1 changed files with 0 additions and 1 deletions

View 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;