From d534610181e5f63666fe35cc09faa45beb2acc5e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 15 Sep 2004 22:20:04 +0000 Subject: remove unused code --- usr.bin/man/config.c | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'usr.bin/man/config.c') diff --git a/usr.bin/man/config.c b/usr.bin/man/config.c index 6ee8727b7bf..bc944547a40 100644 --- a/usr.bin/man/config.c +++ b/usr.bin/man/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.5 2003/11/09 23:00:04 millert Exp $ */ +/* $OpenBSD: config.c,v 1.6 2004/09/15 22:20:03 deraadt Exp $ */ /* $NetBSD: config.c,v 1.7 1995/09/28 06:05:21 tls Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)config.c 8.8 (Berkeley) 1/31/95"; #else -static char rcsid[] = "$OpenBSD: config.c,v 1.5 2003/11/09 23:00:04 millert Exp $"; +static char rcsid[] = "$OpenBSD: config.c,v 1.6 2004/09/15 22:20:03 deraadt Exp $"; #endif #endif /* not lint */ @@ -161,17 +161,3 @@ getlist(char *name) return (tp); return (NULL); } - -void -debug(char *l) -{ - TAG *tp; - ENTRY *ep; - - (void)printf("%s ===============\n", l); - for (tp = head.tqh_first; tp != NULL; tp = tp->q.tqe_next) { - printf("%s\n", tp->s); - for (ep = tp->list.tqh_first; ep != NULL; ep = ep->q.tqe_next) - printf("\t%s\n", ep->s); - } -} -- cgit v1.2.3