summaryrefslogtreecommitdiffstats
path: root/contrib/libs/nghttp3/lib/nghttp3_conv.h
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2025-05-01 08:17:53 +0300
committerrobot-contrib <[email protected]>2025-05-01 08:57:12 +0300
commit0d5861bb6d9b5e7f39cbdc17456909efab426bd9 (patch)
tree9414709cf2454ae612ed7a34c34a8047436d6932 /contrib/libs/nghttp3/lib/nghttp3_conv.h
parenta24e6ced72db4dbcfba43e2f8c630986b2c9c38b (diff)
Update contrib/libs/nghttp3 to 1.9.0
commit_hash:404c76a4ce7d29b42f27d1a0cd72424faad00313
Diffstat (limited to 'contrib/libs/nghttp3/lib/nghttp3_conv.h')
-rw-r--r--contrib/libs/nghttp3/lib/nghttp3_conv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/libs/nghttp3/lib/nghttp3_conv.h b/contrib/libs/nghttp3/lib/nghttp3_conv.h
index 40f5d4de782..f70802ce600 100644
--- a/contrib/libs/nghttp3/lib/nghttp3_conv.h
+++ b/contrib/libs/nghttp3/lib/nghttp3_conv.h
@@ -136,12 +136,6 @@ STIN uint16_t ntohs(uint16_t netshort) {
const uint8_t *nghttp3_get_varint(int64_t *dest, const uint8_t *p);
/*
- * nghttp3_get_varint_fb reads first byte of encoded variable-length
- * integer from |p|.
- */
-int64_t nghttp3_get_varint_fb(const uint8_t *p);
-
-/*
* nghttp3_get_varintlen returns the required number of bytes to read
* variable-length integer starting at |p|.
*/