From: Harlan Stenn Date: Sat, 17 Nov 2001 04:35:26 +0000 (-0500) Subject: ntp_resolver.c is currently unused. X-Git-Tag: NTP_4_1_0B_RC1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b09bc39c6baafc51c15eaa4d4e910a82a5350c6d;p=thirdparty%2Fntp.git ntp_resolver.c is currently unused. bk: 3bf5e90ekOODAHZ4m8HulPVLheRqNg --- diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index 562c42a2dc..531da47006 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -20,10 +20,11 @@ EXTRA_PROGRAMS = check_y2k check-local: @MAKE_CHECK_Y2K@ test -z "@MAKE_CHECK_Y2K@" || ./@MAKE_CHECK_Y2K@ +# ntp_resolver.c is presently unused... ntpd_SOURCES = cmd_args.c jupiter.h map_vme.c ntp_config.c ntp_control.c \ ntp_crypto.c ntp_filegen.c \ ntp_intres.c ntp_io.c ntp_loopfilter.c ntp_monitor.c ntp_peer.c \ - ntp_proto.c ntp_refclock.c ntp_request.c ntp_resolver.c \ + ntp_proto.c ntp_refclock.c ntp_request.c \ ntp_restrict.c ntp_timer.c \ ntp_util.c ntpd.c refclock_acts.c refclock_arbiter.c refclock_arc.c \ refclock_as2201.c refclock_atom.c refclock_bancomm.c \