From 4e07aec877306a40940ce08b9f4e9d04b861f370 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Fri, 21 Jan 2022 11:41:39 +0300 Subject: [PATCH] QUIC: removed stale declaration. The ngx_quic_get_unconnected_socket() was removed in 1e2f4e9c8195. --- src/event/quic/ngx_event_quic_socket.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/event/quic/ngx_event_quic_socket.h b/src/event/quic/ngx_event_quic_socket.h index e15996883..68ecc063d 100644 --- a/src/event/quic/ngx_event_quic_socket.h +++ b/src/event/quic/ngx_event_quic_socket.h @@ -23,7 +23,6 @@ ngx_int_t ngx_quic_listen(ngx_connection_t *c, ngx_quic_connection_t *qc, void ngx_quic_close_socket(ngx_connection_t *c, ngx_quic_socket_t *qsock); ngx_quic_socket_t *ngx_quic_find_socket(ngx_connection_t *c, uint64_t seqnum); -ngx_quic_socket_t *ngx_quic_get_unconnected_socket(ngx_connection_t *c); #endif /* _NGX_EVENT_QUIC_SOCKET_H_INCLUDED_ */