[vlc-commits] Remove unused variable
Rémi Denis-Courmont
git at videolan.org
Sun Feb 11 14:13:10 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 11 15:12:43 2018 +0200| [a1cde8c9f8d469d2cdfbe21e61f6e20f294ae5f0] | committer: Rémi Denis-Courmont
Remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1cde8c9f8d469d2cdfbe21e61f6e20f294ae5f0
---
modules/video_chroma/copy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_chroma/copy.c b/modules/video_chroma/copy.c
index 626dc34f05..73b52e5240 100644
--- a/modules/video_chroma/copy.c
+++ b/modules/video_chroma/copy.c
@@ -1023,7 +1023,7 @@ int main(void)
{
alarm(10);
- unsigned cpu = vlc_CPU();
+ vlc_CPU();
#ifndef COPY_TEST_NOOPTIM
if (!vlc_CPU_SSE2())
{
More information about the vlc-commits
mailing list