summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJordan Hargrave <jordan@cvs.openbsd.org>2009-08-21 22:05:02 +0000
committerJordan Hargrave <jordan@cvs.openbsd.org>2009-08-21 22:05:02 +0000
commit0b2961a87aa1193ae9459ecc4aa52d7dd01124ca (patch)
tree552c6f8b75ffd376f72bef876be80565c53eb453 /sys/dev
parent24bb2b064de643ef726dedc037b5b278d4a10b87 (diff)
Remove unused code
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/dsdt.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h
index 9e1d72882e0..2367c464d37 100644
--- a/sys/dev/acpi/dsdt.h
+++ b/sys/dev/acpi/dsdt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsdt.h,v 1.44 2009/06/01 22:36:12 jordan Exp $ */
+/* $OpenBSD: dsdt.h,v 1.45 2009/08/21 22:05:01 jordan Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@ -18,18 +18,11 @@
#ifndef __DEV_ACPI_DSDT_H__
#define __DEV_ACPI_DSDT_H__
-struct aml_vallist {
- struct aml_value *obj;
- int nobj;
- struct aml_vallist *next;
-};
-
struct aml_scope {
struct acpi_softc *sc;
uint8_t *pos;
uint8_t *end;
struct aml_node *node;
- struct aml_vallist *tmpvals;
struct aml_scope *parent;
struct aml_value *locals;
struct aml_value *args;