From: Daniel Salzman Date: Sun, 9 May 2021 17:53:50 +0000 (+0200) Subject: notify: remove unused constant NOTIFY_TIMEOUT X-Git-Tag: v3.1.0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e08f2664d0adbc7b885fddebf8f373d6dfd043d;p=thirdparty%2Fknot-dns.git notify: remove unused constant NOTIFY_TIMEOUT --- diff --git a/src/knot/nameserver/notify.h b/src/knot/nameserver/notify.h index 07d43b8a7a..d0bff144ff 100644 --- a/src/knot/nameserver/notify.h +++ b/src/knot/nameserver/notify.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2017 CZ.NIC, z.s.p.o. +/* Copyright (C) 2021 CZ.NIC, z.s.p.o. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,8 +19,6 @@ #include "libknot/packet/pkt.h" #include "knot/nameserver/process_query.h" -#define NOTIFY_TIMEOUT 3 /*!< Interval between NOTIFY retries. */ - /*! * \brief Answer IN class zone NOTIFY message (RFC1996). *