[PATCH 08/11] powerpc/mvme5500/pci/pcifinddevice.c: Remove unused variable

Joel Sherrill joel.sherrill at oarcorp.com
Thu Oct 16 14:28:26 UTC 2014


---
 c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c b/c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c
index ac2f050..491ae11 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c
+++ b/c/src/lib/libbsp/powerpc/mvme5500/pci/pcifinddevice.c
@@ -19,8 +19,6 @@ static int BSP_pciDebug=0;
 int BSP_pciFindDevicePrint(unsigned short vendorid, unsigned short deviceid,
                    int instance, int *pbus, int *pdev, int *pfun )
 {
-  int x;
-
   BSP_pciDebug = 1;
   x=pci_find_device(vendorid, deviceid, instance, pbus, pdev, pfun );
   BSP_pciDebug = 0;
-- 
1.9.3




More information about the devel mailing list