changeset 26501:bfa2c4d5a273

Remove redundant declaration, fixes the warning: test.c:15: warning: redundant redeclaration of 'gCpuCaps' ../cpudetect.h:53: warning: previous declaration of 'gCpuCaps' was here
author diego
date Fri, 25 Apr 2008 08:33:43 +0000
parents 014bd7dffbf9
children b3661a203f8b
files mp3lib/test.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/test.c	Fri Apr 25 08:32:26 2008 +0000
+++ b/mp3lib/test.c	Fri Apr 25 08:33:43 2008 +0000
@@ -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;