From 5ec3631770cd1b9dc5848765fb144264c1eb401a Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 16 Feb 2020 08:06:37 +0000 Subject: Now we are only using one timer type (once) and expires is always NULL so remove those struct members. OK millert --- usr.bin/dig/lib/isc/unix/time.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/dig/lib/isc/unix/time.c') diff --git a/usr.bin/dig/lib/isc/unix/time.c b/usr.bin/dig/lib/isc/unix/time.c index c9b8c34c07f..c6de5cc82d4 100644 --- a/usr.bin/dig/lib/isc/unix/time.c +++ b/usr.bin/dig/lib/isc/unix/time.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.6 2020/02/13 21:34:06 jung Exp $ */ +/* $Id: time.c,v 1.7 2020/02/16 08:06:37 florian Exp $ */ /*! \file */ @@ -77,9 +77,6 @@ interval_iszero(const interval_t *i) { *** Absolute Times ***/ -static const isc_time_t epoch = { 0, 0 }; -const isc_time_t * const isc_time_epoch = &epoch; - void isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { REQUIRE(t != NULL); -- cgit v1.2.3-59-g8ed1b