summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_thermal.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-23 21:53:44 +0000
committerjhb <jhb@FreeBSD.org>2001-01-23 21:53:44 +0000
commit9f367044139c62bdfb4bddeb900a881ab98bf9a5 (patch)
treeede5d01f2b111fa761e94c1e6d03f0f82fbd3fee /sys/dev/acpica/acpi_thermal.c
parent3ab09403efaaeecdfb7c588880b170f1092aff79 (diff)
downloadFreeBSD-src-9f367044139c62bdfb4bddeb900a881ab98bf9a5.zip
FreeBSD-src-9f367044139c62bdfb4bddeb900a881ab98bf9a5.tar.gz
Axe unused local variable.
Diffstat (limited to 'sys/dev/acpica/acpi_thermal.c')
-rw-r--r--sys/dev/acpica/acpi_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c
index f7370dc..45488c0 100644
--- a/sys/dev/acpica/acpi_thermal.c
+++ b/sys/dev/acpica/acpi_thermal.c
@@ -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:
OpenPOWER on IntegriCloud