]> git.kaiwu.me - nginx.git/commitdiff
QUIC: removed ngx_quic_error_text() declaration.
authorVladimir Homutov <vl@nginx.com>
Wed, 10 Nov 2021 11:36:36 +0000 (14:36 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 10 Nov 2021 11:36:36 +0000 (14:36 +0300)
This is a leftover from cab3b7a070ef.

src/event/quic/ngx_event_quic_transport.h

index c84f4576b9ba24a5a7c0dc23bced716310930a63..2d30b010c2d5223c26138798d22da4fecfe57ecf 100644 (file)
@@ -337,8 +337,6 @@ typedef struct {
 } ngx_quic_header_t;
 
 
-u_char *ngx_quic_error_text(uint64_t error_code);
-
 ngx_int_t ngx_quic_parse_packet(ngx_quic_header_t *pkt);
 
 size_t ngx_quic_create_version_negotiation(ngx_quic_header_t *pkt, u_char *out);