Commit 70e724c4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

cpu: remove stray comments

parent 66302e2c
...@@ -73,12 +73,10 @@ static bool vlc_CPU_check (const char *name, void (*func) (void)) ...@@ -73,12 +73,10 @@ static bool vlc_CPU_check (const char *name, void (*func) (void))
case 0: case 0:
signal (SIGILL, SIG_DFL); signal (SIGILL, SIG_DFL);
func (); func ();
//__asm__ __volatile__ ( code : : input );
_exit (0); _exit (0);
case -1: case -1:
return false; return false;
} }
//i_capabilities |= (flag);
int status; int status;
while( waitpid( pid, &status, 0 ) == -1 ); while( waitpid( pid, &status, 0 ) == -1 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment