From 1eb893f361b5cb979fbde4a44e2a744b3a62d4c7 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 16 Feb 2020 21:04:44 +0000 Subject: The timer type we are using requires interval to be set, remove unused interval_zero. 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 85ed2e906a2..e666dfc042c 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.8 2020/02/16 18:05:09 florian Exp $ */ +/* $Id: time.c,v 1.9 2020/02/16 21:04:44 florian Exp $ */ /*! \file */ @@ -47,9 +47,6 @@ *** Intervals ***/ -static const struct timespec zero_interval = { 0, 0 }; -const struct timespec * const interval_zero = &zero_interval; - void interval_set(struct timespec *i, time_t seconds, long nanoseconds) { -- cgit v1.2.3-59-g8ed1b