summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJordan Hargrave <jordan@cvs.openbsd.org>2011-01-08 05:05:10 +0000
committerJordan Hargrave <jordan@cvs.openbsd.org>2011-01-08 05:05:10 +0000
commit3ea3876b87959554c9f20f402c58a8884a2b57ef (patch)
tree311b92e0517f580a4326dc0fef4d8c64f9c7ed67 /sys
parentbe149b509381fdd100bc507ca7b513feddc8caea (diff)
Removed unused structure member
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi/dsdt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.h b/sys/dev/acpi/dsdt.h
index aef42b43ded..0b205bc0a7b 100644
--- a/sys/dev/acpi/dsdt.h
+++ b/sys/dev/acpi/dsdt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsdt.h,v 1.56 2011/01/02 04:56:57 jordan Exp $ */
+/* $OpenBSD: dsdt.h,v 1.57 2011/01/08 05:05:09 jordan Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@ -31,7 +31,6 @@ struct aml_scope {
struct aml_value *retv;
uint8_t *start;
int type;
- int rep;
};