aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2022-01-21 11:41:39 +0300
committerVladimir Homutov <vl@nginx.com>2022-01-21 11:41:39 +0300
commita0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe (patch)
tree7aecd05ddabc4474533c5bba4dd69543dece207d
parent67b9f081d0510fe1132c61561a0d1405506c11c0 (diff)
downloadnginx-a0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe.tar.gz
nginx-a0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe.zip
QUIC: removed stale declaration.
The ngx_quic_get_unconnected_socket() was removed in 1e2f4e9c8195.
-rw-r--r--src/event/quic/ngx_event_quic_socket.h1
1 files changed, 0 insertions, 1 deletions
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_ */