diff options
author | peter <peter@FreeBSD.org> | 2002-07-21 23:31:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-21 23:31:43 +0000 |
commit | 64524dea160fadab059be1abb5e39bf3da6d2422 (patch) | |
tree | 4a2a14ee04bc0fe8b8c41f2c1565cf758a9be490 | |
parent | 25447000296ae6e722eb370f4ac87e26c6c9f18c (diff) | |
download | FreeBSD-src-64524dea160fadab059be1abb5e39bf3da6d2422.zip FreeBSD-src-64524dea160fadab059be1abb5e39bf3da6d2422.tar.gz |
Remove stray function prototype. I wrote and removed this function but
forgot the prototype.
Submitted by: dd
-rw-r--r-- | usr.sbin/config/mkheaders.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 *); |