1
0
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:
John Baldwin 2001-01-23 21:53:44 +00:00
parent 4cd9657860
commit d1a147af8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71462

View File

@ -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: