From: Ondřej Surý Date: Wed, 26 May 2021 07:55:10 +0000 (+0200) Subject: Cleanup the struct isc_nmiface X-Git-Tag: v9.17.14~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a227562f137698bacc448883ecba764b5aaaea43;p=thirdparty%2Fbind9.git Cleanup the struct isc_nmiface In previous MR, I forgot to remove the `struct isc_nmiface`, this commit rectifies that. --- diff --git a/lib/isc/netmgr/netmgr-int.h b/lib/isc/netmgr/netmgr-int.h index 06c84362b26..dece53bfec3 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,