vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Jun 29 23:18:05 2015 +0300| [70e724c475f284d96f811962b91b8a842e421319] | committer: Rémi Denis-Courmont
cpu: remove stray comments > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70e724c475f284d96f811962b91b8a842e421319 --- src/misc/cpu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/misc/cpu.c b/src/misc/cpu.c index eca79b5..4a5f2a0 100644 --- a/src/misc/cpu.c +++ b/src/misc/cpu.c @@ -73,12 +73,10 @@ static bool vlc_CPU_check (const char *name, void (*func) (void)) case 0: signal (SIGILL, SIG_DFL); func (); - //__asm__ __volatile__ ( code : : input ); _exit (0); case -1: return false; } - //i_capabilities |= (flag); int status; while( waitpid( pid, &status, 0 ) == -1 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
