From 899d0e98bd42ab412155c212628ceee3d643d92a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 16 Dec 2006 17:53:04 +0000 Subject: unused variable --- usr.sbin/hostatectl/parser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/hostatectl') diff --git a/usr.sbin/hostatectl/parser.c b/usr.sbin/hostatectl/parser.c index 52ccd7daafd..2f535990ed9 100644 --- a/usr.sbin/hostatectl/parser.c +++ b/usr.sbin/hostatectl/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 @@ -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[]; -- cgit v1.2.3