diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-15 00:18:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-15 00:18:13 +0000 |
commit | 6fb7577aa0c820ecd56ce70c54729227cd83a2a3 (patch) | |
tree | 2f41736443385a747293b384d1da7cf00bb5b65e /usr.sbin/ntpd/ntpd.h | |
parent | 0e4b8932fd9ea848cca25a515c906a6275a69661 (diff) |
remove the unused variable/macro code, ok theo
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index a1d3537f2f4..a7192506c32 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.33 2004/08/12 16:33:59 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.34 2004/09/15 00:18:12 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -206,7 +206,6 @@ void ntp_host_dns(char *, u_int32_t); /* parse.y */ int parse_config(char *, struct ntpd_conf *); -int cmdline_symset(char *); /* config.c */ int host(const char *, struct ntp_addr **); |