From: Vladimir Homutov Date: Fri, 21 Jan 2022 08:41:39 +0000 (+0300) Subject: QUIC: removed stale declaration. X-Git-Tag: release-1.25.0~4^2~135 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=a0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe;p=nginx.git QUIC: removed stale declaration. The ngx_quic_get_unconnected_socket() was removed in 1e2f4e9c8195. --- 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_ */