From 529685841177eae8e265ca0e8d762d951c556c8e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 26 Mar 2020 17:14:06 +0100 Subject: [PATCH] nts: drop unused constant --- nts_ntp_client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nts_ntp_client.c b/nts_ntp_client.c index 79d552f..291ec69 100644 --- a/nts_ntp_client.c +++ b/nts_ntp_client.c @@ -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;