Remove unused nghttp2_nva_out
This commit is contained in:
parent
8dc47c6750
commit
67b13ad9ff
|
@ -133,12 +133,6 @@ static uint32_t hash(const uint8_t *s, size_t n)
|
||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
nghttp2_nv *nva;
|
|
||||||
size_t nvacap;
|
|
||||||
size_t nvlen;
|
|
||||||
} nghttp2_nva_out;
|
|
||||||
|
|
||||||
int nghttp2_hd_entry_init(nghttp2_hd_entry *ent, uint8_t flags,
|
int nghttp2_hd_entry_init(nghttp2_hd_entry *ent, uint8_t flags,
|
||||||
uint8_t *name, size_t namelen,
|
uint8_t *name, size_t namelen,
|
||||||
uint8_t *value, size_t valuelen)
|
uint8_t *value, size_t valuelen)
|
||||||
|
|
Loading…
Reference in New Issue