mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Axe unused local variable.
This commit is contained in:
parent
4cd9657860
commit
d1a147af8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71462
@ -103,7 +103,6 @@ static void acpi_tz_check_tripping_point(void *context)
|
||||
#define ACPI_TZ_TRIPPOINT_CHANGE 0x81
|
||||
static void acpi_tz_notify_handler( ACPI_HANDLE h,UINT32 notify, void *context)
|
||||
{
|
||||
device_t dev = context;
|
||||
|
||||
switch(notify){
|
||||
case ACPI_TZ_STATUS_CHANGE:
|
||||
|
Loading…
Reference in New Issue
Block a user