# HG changeset patch # User diego # Date 1212831711 0 # Node ID 2b0f08e696babf332cda4694cc6ee2c6311bd2fe # Parent 2eea71274bd1db6dd34525def7769f49ae3c04d5 Remove unused variable, fixes the warning: vidix/sysdep/pci_linux.c:71: warning: unused variable 'config_cmd' diff -r 2eea71274bd1 -r 2b0f08e696ba vidix/sysdep/pci_linux.c --- 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;