Revert "eina: Actually call eina_cpu_init() and eina_cpu_shutdown()"
authorDerek Foreman <derekf@osg.samsung.com>
Sat, 17 Sep 2016 00:39:38 +0000 (19:39 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Sat, 17 Sep 2016 00:39:38 +0000 (19:39 -0500)
This reverts commit 1881b0d34302b8c29d4b086715eeda9e576ee60a.

This is called from an array constructed with pre-processor macros and
I didn't notice.

src/lib/eina/eina_main.c

index 2827992..7238002 100644 (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;