diff options
Diffstat (limited to 'usr.bin/dig/lib/isc/timer.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/timer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/isc/timer.c b/usr.bin/dig/lib/isc/timer.c index 265f32f14c2..42cea44d9af 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.21 2020/02/22 19:50:05 jung Exp $ */ +/* $Id: timer.c,v 1.22 2020/02/24 00:17:44 aoyama Exp $ */ /*! \file */ @@ -28,9 +28,6 @@ #include "timer_p.h" -typedef struct isc_timer isc_timer_t; -typedef struct isc_timermgr isc_timermgr_t; - struct isc_timer { /*! Not locked. */ isc_timermgr_t * manager; |
