drop unused variable (and thus warning). trivial patch.
authorStefan Reinauer <stepan@coresystems.de>
Tue, 23 Oct 2007 19:23:52 +0000 (19:23 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 23 Oct 2007 19:23:52 +0000 (19:23 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2889 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/devices/cardbus_device.c

index 3e5a8353a28df29ae777dec575beb0976645dda9..2dc7a51f3a6e047d4e94a811a5a17496114e9826 100644 (file)
@@ -93,7 +93,6 @@ void cardbus_read_resources(device_t dev)
        resource_t moving_base, moving_limit, moving;
        unsigned long type;
        uint16_t ctl;
-       unsigned long index;    
 
        /* See if needs a card control registers base address */