diff vidix/sysdep/pci_linux.c @ 26971:2b0f08e696ba

Remove unused variable, fixes the warning: vidix/sysdep/pci_linux.c:71: warning: unused variable 'config_cmd'
author diego
date Sat, 07 Jun 2008 09:41:51 +0000
parents 502f04b67653
children 0a7f07b761e1
line wrap: on
line diff
--- a/vidix/sysdep/pci_linux.c	Fri Jun 06 23:24:39 2008 +0000
+++ b/vidix/sysdep/pci_linux.c	Sat Jun 07 09:41:51 2008 +0000
@@ -68,7 +68,6 @@
           int func, 
           unsigned cmd)
 {
-    unsigned long config_cmd;
     pcic_t p;
     
     p.address = cmd;