remove cpuid stuff - not used. causes some build issues

SVN revision: 29933
This commit is contained in:
Carsten Haitzler 2007-05-10 16:15:02 +00:00
parent 56b2705044
commit 9605e2fff0
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,8 @@ evas_common_cpu_has_feature(unsigned int feature)
int
evas_common_cpu_have_cpuid(void)
{
return 0;
/*
#ifdef BUILD_MMX
unsigned int have_cpu_id;
@ -164,6 +166,7 @@ evas_common_cpu_have_cpuid(void)
#else
return 0;
#endif
*/
}
EAPI void