changeset 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 2eea71274bd1
children 5b162ba7cee8
files vidix/sysdep/pci_linux.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;