diff options
author | 2006-12-16 17:53:03 +0000 | |
---|---|---|
committer | 2006-12-16 17:53:03 +0000 | |
commit | 0aed347a0472e9736dfdd356da09763ef3496a10 (patch) | |
tree | d392207bc93ebd88bd3e89c089ab67efa6d060c2 /usr.sbin/hoststatectl/parser.c | |
parent | spacing, plus dubious \% in format string (diff) | |
download | wireguard-openbsd-0aed347a0472e9736dfdd356da09763ef3496a10.tar.xz wireguard-openbsd-0aed347a0472e9736dfdd356da09763ef3496a10.zip |
unused variable
Diffstat (limited to 'usr.sbin/hoststatectl/parser.c')
-rw-r--r-- | usr.sbin/hoststatectl/parser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/hoststatectl/parser.c b/usr.sbin/hoststatectl/parser.c index 52ccd7daafd..2f535990ed9 100644 --- a/usr.sbin/hoststatectl/parser.c +++ b/usr.sbin/hoststatectl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.2 2006/12/16 12:47:18 reyk Exp $ */ +/* $OpenBSD: parser.c,v 1.3 2006/12/16 17:53:03 deraadt Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -53,7 +53,6 @@ struct token { }; static const struct token t_main[]; -static const struct token t_show[]; static const struct token t_service[]; static const struct token t_table[]; static const struct token t_host[]; |