diff options
| author | 2020-02-25 05:00:42 +0000 | |
|---|---|---|
| committer | 2020-02-25 05:00:42 +0000 | |
| commit | b9558d14c675017cf470d7469a47201d05e39444 (patch) | |
| tree | 87aa02ef162f9d85fbda212fa4945ff35cb8fdc6 /usr.bin/dig/lib/isc/timer.c | |
| parent | remove some unused typedefs (diff) | |
| download | wireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.tar.xz wireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.zip | |
reduce multiple newlines
Diffstat (limited to 'usr.bin/dig/lib/isc/timer.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/timer.c b/usr.bin/dig/lib/isc/timer.c index b880e33674f..15fc781f3a5 100644 --- a/usr.bin/dig/lib/isc/timer.c +++ b/usr.bin/dig/lib/isc/timer.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.23 2020/02/24 13:49:38 jsg Exp $ */ +/* $Id: timer.c,v 1.24 2020/02/25 05:00:43 jsg Exp $ */ /*! \file */ @@ -275,7 +275,6 @@ isc_timer_touch(isc_timer_t *timer) { * Set the last-touched time of 'timer' to the current time. */ - clock_gettime(CLOCK_MONOTONIC, &now); timespecadd(&now, &timer->interval, &timer->idle); } |
