summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/timer.c
diff options
context:
space:
mode:
authoraoyama <aoyama@openbsd.org>2020-02-24 00:17:44 +0000
committeraoyama <aoyama@openbsd.org>2020-02-24 00:17:44 +0000
commit4354c957c4ec2632f18fdac86b9259a01d8daac6 (patch)
tree7eea18790efc14189633e3a97341871b481d7818 /usr.bin/dig/lib/isc/timer.c
parentremove some unused functions (diff)
downloadwireguard-openbsd-4354c957c4ec2632f18fdac86b9259a01d8daac6.tar.xz
wireguard-openbsd-4354c957c4ec2632f18fdac86b9259a01d8daac6.zip
Fix 'previously declared here' error on gcc3(luna88k).
ok jsg@ florian@ jung@
Diffstat (limited to 'usr.bin/dig/lib/isc/timer.c')
-rw-r--r--usr.bin/dig/lib/isc/timer.c5
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;