2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Cleanup already defunct tlsconnect netievent

The netievent used for TLS connect was already defunct, just cleanup the
cruft.
This commit is contained in:
Ondřej Surý
2023-03-23 22:48:41 +01:00
parent 35b4ef0a08
commit 3d4d099ac8
2 changed files with 0 additions and 13 deletions

View File

@@ -474,7 +474,6 @@ isc__nm_put_netievent(isc__networker_t *worker, void *ievent) {
isc__networker_unref(worker);
}
NETIEVENT_SOCKET_DEF(tlsconnect);
NETIEVENT_SOCKET_DEF(tlsdobio);
#ifdef HAVE_LIBNGHTTP2