1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00

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
This commit is contained in:
diego 2008-04-25 08:33:43 +00:00
parent c41f3b9244
commit 8aa012384d

View File

@ -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;