Revert "eina: Actually call eina_cpu_init() and eina_cpu_shutdown()"

This reverts commit 1881b0d343.

This is called from an array constructed with pre-processor macros and
I didn't notice.
This commit is contained in:
Derek Foreman 2016-09-16 19:39:38 -05:00
parent a4fa556925
commit c98bb97ff0
1 changed files with 0 additions and 2 deletions

View File

@ -303,7 +303,6 @@ eina_init(void)
}
}
eina_cpu_init();
eina_cpu_count_internal();
eina_log_timing(_eina_log_dom, EINA_LOG_STATE_STOP, EINA_LOG_STATE_INIT);
@ -340,7 +339,6 @@ eina_shutdown(void)
_mt_enabled = 0;
}
#endif
eina_cpu_shutdown();
}
return _eina_main_count;