From 64524dea160fadab059be1abb5e39bf3da6d2422 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 21 Jul 2002 23:31:43 +0000 Subject: Remove stray function prototype. I wrote and removed this function but forgot the prototype. Submitted by: dd --- usr.sbin/config/mkheaders.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c index 1240ba8..72e1a40 100644 --- a/usr.sbin/config/mkheaders.c +++ b/usr.sbin/config/mkheaders.c @@ -52,7 +52,6 @@ static const char rcsid[] = #include "y.tab.h" static int do_header(char *, int); -static void nocount(char *); static char *toheader(char *); static char *tomacro(char *); -- cgit v1.1