mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unused variable.
Coverity ID: 548 Found by: Coverity Prevent
This commit is contained in:
parent
6dd47e5b2a
commit
987b1ad6d5
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue