diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-01-17 08:40:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-01-17 08:40:10 +0000 |
commit | 887f4ef6feacefedd9c3d16610edc17b1f110281 (patch) | |
tree | f1b441938b3f0f86fcde3456249bc62085fe8dd1 /sys/dev/acpi | |
parent | 10e478f17277533099f56dadcd49bc8769c713c1 (diff) |
remove an unused global variable
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 987951b8906..737b457007f 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.303 2016/01/14 21:37:18 kettenis Exp $ */ +/* $OpenBSD: acpi.c,v 1.304 2016/01/17 08:40:09 jsg Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -124,7 +124,6 @@ void acpi_create_thread(void *); int acpi_thinkpad_enabled; int acpi_toshiba_enabled; int acpi_asus_enabled; -int acpi_saved_boothowto; void acpi_indicator(struct acpi_softc *, int); |