Remove unused variable.

Coverity ID:	548
Found by:	Coverity Prevent
This commit is contained in:
Nate Lawson 2006-02-21 03:16:58 +00:00
parent 6dd47e5b2a
commit 987b1ad6d5

View File

@ -134,9 +134,7 @@ acpi_smbat_attach(device_t dev)
static int
acpi_smbat_shutdown(device_t dev)
{
struct acpi_smbat_softc *sc;
sc = device_get_softc(dev);
acpi_battery_remove(dev);
return (0);
}