1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 22:06:59 +00:00

Remove unused variable, fixes the warning:

vidix/sysdep/pci_linux.c:71: warning: unused variable 'config_cmd'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27003 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-07 09:41:51 +00:00
parent a3e6050aa1
commit a645f8ecd5

View File

@ -68,7 +68,6 @@ static long pci_config_read_long(
int func,
unsigned cmd)
{
unsigned long config_cmd;
pcic_t p;
p.address = cmd;