[vlc-commits] cpu: remove stray comments
Rémi Denis-Courmont
git at videolan.org
Mon Jun 29 22:18:33 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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 );
More information about the vlc-commits
mailing list