]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
nts: drop unused constant
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 26 Mar 2020 16:14:06 +0000 (17:14 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 9 Apr 2020 14:42:20 +0000 (16:42 +0200)
nts_ntp_client.c

index 79d552f8ebd56601189db9ff2542b3e3b0eaa732..291ec69654c059541f520cc2b4ffde21e98c535c 100644 (file)
@@ -44,7 +44,6 @@
 #include "util.h"
 
 #define MAX_TOTAL_COOKIE_LENGTH (8 * 108)
-#define MIN_NKE_RETRY_INTERVAL 1000
 
 struct NNC_Instance_Record {
   const IPSockAddr *ntp_address;