# HG changeset patch # User diego # Date 1209112423 0 # Node ID bfa2c4d5a27360f4fb6cfb481649f16b94b58e1f # Parent 014bd7dffbf9c269d0e7d21513966f9dadd1ab81 Remove redundant declaration, fixes the warning: test.c:15: warning: redundant redeclaration of 'gCpuCaps' ../cpudetect.h:53: warning: previous declaration of 'gCpuCaps' was here diff -r 014bd7dffbf9 -r bfa2c4d5a273 mp3lib/test.c --- 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;