summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-25 08:33:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-25 08:33:43 +0000
commit8aa012384d03b0202b05c3326c3c806069385182 (patch)
treeaee9c499dc57a5385bf8f1a43627847289887fb1
parentc41f3b9244df1f245f69dc6380329f79571b1e21 (diff)
downloadmpv-8aa012384d03b0202b05c3326c3c806069385182.tar.bz2
mpv-8aa012384d03b0202b05c3326c3c806069385182.tar.xz
Remove redundant declaration, fixes the warning:
test.c:15: warning: redundant redeclaration of 'gCpuCaps' ../cpudetect.h:53: warning: previous declaration of 'gCpuCaps' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26533 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--mp3lib/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp3lib/test.c b/mp3lib/test.c
index f256224a7d..5ad92b2d94 100644
--- a/mp3lib/test.c
+++ b/mp3lib/test.c
@@ -12,7 +12,6 @@
#include "config.h"
#include "mp3lib/mp3.h"
#include "cpudetect.h"
-extern CpuCaps gCpuCaps;
static inline unsigned int GetTimer(){
struct timeval tv;