diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-29 22:39:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-29 22:39:05 +0000 |
commit | 550614d9f75cc252851dc87b35614151fb27e48a (patch) | |
tree | 7737b4085c954b8819a9fc50c486ab517a70294a /sys/dev/acpi | |
parent | ad6b9b6f0b9f90302d7207d626a037d6569fa884 (diff) |
Unused global variable.
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/acpidebug.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/acpi/acpidebug.c b/sys/dev/acpi/acpidebug.c index 85a3febd60c..d8d0c7a8f58 100644 --- a/sys/dev/acpi/acpidebug.c +++ b/sys/dev/acpi/acpidebug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidebug.c,v 1.11 2006/10/24 19:01:48 jordan Exp $ */ +/* $OpenBSD: acpidebug.c,v 1.12 2006/11/29 22:39:04 miod Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@openbsd.org> * @@ -60,9 +60,6 @@ const char *db_aml_fieldupdate(int); extern struct aml_node aml_root; -/* line buffer */ -char buf[128]; - /* name of scope for lexer */ char scope[80]; |