diff options
author | 2006-11-29 22:39:04 +0000 | |
---|---|---|
committer | 2006-11-29 22:39:04 +0000 | |
commit | 3b584acd536f25b86a5abbfd317e291d9231eef5 (patch) | |
tree | c2410f4336c60cf69c3a7a606b5fd2f4354c5581 | |
parent | remove incorrect comment (diff) | |
download | wireguard-openbsd-3b584acd536f25b86a5abbfd317e291d9231eef5.tar.xz wireguard-openbsd-3b584acd536f25b86a5abbfd317e291d9231eef5.zip |
Unused global variable.
-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]; |