mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27491 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6556d2c632
commit
fea35f288a
@ -51,7 +51,6 @@ CpuCaps gCpuCaps;
|
|||||||
|
|
||||||
static void check_os_katmai_support( void );
|
static void check_os_katmai_support( void );
|
||||||
|
|
||||||
#if 1
|
|
||||||
// return TRUE if cpuid supported
|
// return TRUE if cpuid supported
|
||||||
static int has_cpuid(void)
|
static int has_cpuid(void)
|
||||||
{
|
{
|
||||||
@ -81,7 +80,6 @@ static int has_cpuid(void)
|
|||||||
|
|
||||||
return a != c;
|
return a != c;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
do_cpuid(unsigned int ax, unsigned int *p)
|
do_cpuid(unsigned int ax, unsigned int *p)
|
||||||
|
Loading…
Reference in New Issue
Block a user