From 643eee07541f10fcc3b34a56dc8bf2cf8d93c649 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 23 Oct 2007 19:23:52 +0000 Subject: drop unused variable (and thus warning). trivial patch. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2889 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/cardbus_device.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/devices') diff --git a/src/devices/cardbus_device.c b/src/devices/cardbus_device.c index 3e5a8353a2..2dc7a51f3a 100644 --- a/src/devices/cardbus_device.c +++ b/src/devices/cardbus_device.c @@ -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 */ -- cgit v1.2.3