diff options
author | 2009-08-21 22:05:01 +0000 | |
---|---|---|
committer | 2009-08-21 22:05:01 +0000 | |
commit | b6e89f3cc624a2aee60f53d0592afab131cd0278 (patch) | |
tree | 0d934fa07e102edcf1733a229c369f24fd56771a | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-b6e89f3cc624a2aee60f53d0592afab131cd0278.tar.xz wireguard-openbsd-b6e89f3cc624a2aee60f53d0592afab131cd0278.zip |
Remove unused code
-rw-r--r-- | sys/dev/acpi/dsdt.h | 9 |
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; |