From a227562f137698bacc448883ecba764b5aaaea43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 26 May 2021 09:55:10 +0200 Subject: [PATCH] Cleanup the struct isc_nmiface In previous MR, I forgot to remove the `struct isc_nmiface`, this commit rectifies that. --- lib/isc/netmgr/netmgr-int.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/isc/netmgr/netmgr-int.h b/lib/isc/netmgr/netmgr-int.h index 06c84362b2..dece53bfec 100644 --- a/lib/isc/netmgr/netmgr-int.h +++ b/lib/isc/netmgr/netmgr-int.h @@ -240,13 +240,6 @@ struct isc_nmhandle { char extra[]; }; -/* - * An interface - an address we can listen on. - */ -struct isc_nmiface { - isc_sockaddr_t addr; -}; - typedef enum isc__netievent_type { netievent_udpconnect, netievent_udpclose,